public static interface GetCellReadinessSummaryResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<GetCellReadinessSummaryResponse.Builder,GetCellReadinessSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCellReadinessSummaryResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
GetCellReadinessSummaryResponse.Builder |
readiness(Readiness readiness)
The readiness at a cell level.
|
GetCellReadinessSummaryResponse.Builder |
readiness(String readiness)
The readiness at a cell level.
|
GetCellReadinessSummaryResponse.Builder |
readinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the readiness checks that make up the cell.
|
GetCellReadinessSummaryResponse.Builder |
readinessChecks(Consumer<ReadinessCheckSummary.Builder>... readinessChecks)
Summaries for the readiness checks that make up the cell.
|
GetCellReadinessSummaryResponse.Builder |
readinessChecks(ReadinessCheckSummary... readinessChecks)
Summaries for the readiness checks that make up the cell.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCellReadinessSummaryResponse.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.GetCellReadinessSummaryResponse.Builder readiness(String readiness)
The readiness at a cell level.
GetCellReadinessSummaryResponse.Builder readiness(Readiness readiness)
The readiness at a cell level.
GetCellReadinessSummaryResponse.Builder readinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the readiness checks that make up the cell.
readinessChecks - Summaries for the readiness checks that make up the cell.GetCellReadinessSummaryResponse.Builder readinessChecks(ReadinessCheckSummary... readinessChecks)
Summaries for the readiness checks that make up the cell.
readinessChecks - Summaries for the readiness checks that make up the cell.GetCellReadinessSummaryResponse.Builder readinessChecks(Consumer<ReadinessCheckSummary.Builder>... readinessChecks)
Summaries for the readiness checks that make up the cell.
This is a convenience method that creates an instance of theReadinessCheckSummary.Builder avoiding
the need to create one manually via
ReadinessCheckSummary.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
ReadinessCheckSummary.Builder#readinessChecks(java.util.Collection) Copyright © 2023. All rights reserved.