public static interface ListReadinessChecksResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<ListReadinessChecksResponse.Builder,ListReadinessChecksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReadinessChecksResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
ListReadinessChecksResponse.Builder |
readinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of readiness checks associated with the account.
|
ListReadinessChecksResponse.Builder |
readinessChecks(Consumer<ReadinessCheckOutput.Builder>... readinessChecks)
A list of readiness checks associated with the account.
|
ListReadinessChecksResponse.Builder |
readinessChecks(ReadinessCheckOutput... readinessChecks)
A list of readiness checks associated with the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReadinessChecksResponse.Builder nextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.ListReadinessChecksResponse.Builder readinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of readiness checks associated with the account.
readinessChecks - A list of readiness checks associated with the account.ListReadinessChecksResponse.Builder readinessChecks(ReadinessCheckOutput... readinessChecks)
A list of readiness checks associated with the account.
readinessChecks - A list of readiness checks associated with the account.ListReadinessChecksResponse.Builder readinessChecks(Consumer<ReadinessCheckOutput.Builder>... readinessChecks)
A list of readiness checks associated with the account.
This is a convenience method that creates an instance of theReadinessCheckOutput.Builder avoiding
the need to create one manually via
ReadinessCheckOutput.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #readinessChecks(List.
readinessChecks - a consumer that will call methods on
ReadinessCheckOutput.Builder#readinessChecks(java.util.Collection) Copyright © 2023. All rights reserved.