public static interface ListReadinessChecksResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<ListReadinessChecksResponse.Builder,ListReadinessChecksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReadinessChecksResponse.Builder |
nextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
ListReadinessChecksResponse.Builder |
readinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of ReadinessCheck associated with the account
|
ListReadinessChecksResponse.Builder |
readinessChecks(Consumer<ReadinessCheckOutput.Builder>... readinessChecks)
A list of ReadinessCheck associated with the account This is a convenience that creates an instance of the
List avoiding the need to create one manually via . |
ListReadinessChecksResponse.Builder |
readinessChecks(ReadinessCheckOutput... readinessChecks)
A list of ReadinessCheck associated with the account
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReadinessChecksResponse.Builder nextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.ListReadinessChecksResponse.Builder readinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
readinessChecks - A list of ReadinessCheck associated with the accountListReadinessChecksResponse.Builder readinessChecks(ReadinessCheckOutput... readinessChecks)
readinessChecks - A list of ReadinessCheck associated with the accountListReadinessChecksResponse.Builder readinessChecks(Consumer<ReadinessCheckOutput.Builder>... readinessChecks)
List.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #readinessChecks(List) .readinessChecks - a consumer that will call methods on List.Builder #readinessChecks(List) Copyright © 2022. All rights reserved.