public static interface GetCellReadinessSummaryResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<GetCellReadinessSummaryResponse.Builder,GetCellReadinessSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCellReadinessSummaryResponse.Builder |
nextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
GetCellReadinessSummaryResponse.Builder |
readiness(Readiness readiness)
The readiness at Cell level.
|
GetCellReadinessSummaryResponse.Builder |
readiness(String readiness)
The readiness at Cell level.
|
GetCellReadinessSummaryResponse.Builder |
readinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the ReadinessChecks making up the Cell
|
GetCellReadinessSummaryResponse.Builder |
readinessChecks(Consumer<ReadinessCheckSummary.Builder>... readinessChecks)
Summaries for the ReadinessChecks making up the Cell This is a convenience that creates an instance of the
List avoiding the need to create one manually via . |
GetCellReadinessSummaryResponse.Builder |
readinessChecks(ReadinessCheckSummary... readinessChecks)
Summaries for the ReadinessChecks making up the Cell
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCellReadinessSummaryResponse.Builder nextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.GetCellReadinessSummaryResponse.Builder readiness(String readiness)
GetCellReadinessSummaryResponse.Builder readiness(Readiness readiness)
GetCellReadinessSummaryResponse.Builder readinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
readinessChecks - Summaries for the ReadinessChecks making up the CellGetCellReadinessSummaryResponse.Builder readinessChecks(ReadinessCheckSummary... readinessChecks)
readinessChecks - Summaries for the ReadinessChecks making up the CellGetCellReadinessSummaryResponse.Builder readinessChecks(Consumer<ReadinessCheckSummary.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.