Interface ListReadinessChecksResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListReadinessChecksResponse.Builder,,- ListReadinessChecksResponse> - Route53RecoveryReadinessResponse.Builder,- SdkBuilder<ListReadinessChecksResponse.Builder,,- ListReadinessChecksResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListReadinessChecksResponse
@Mutable
@NotThreadSafe
public static interface ListReadinessChecksResponse.Builder
extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<ListReadinessChecksResponse.Builder,ListReadinessChecksResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe token that identifies which batch of results you want to see.readinessChecks(Collection<ReadinessCheckOutput> readinessChecks) A list of readiness checks associated with the account.readinessChecks(Consumer<ReadinessCheckOutput.Builder>... readinessChecks) A list of readiness checks associated with the account.readinessChecks(ReadinessCheckOutput... readinessChecks) A list of readiness checks associated with the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.route53recoveryreadiness.model.Route53RecoveryReadinessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenThe token that identifies which batch of results you want to see. - Parameters:
- nextToken- The token that identifies which batch of results you want to see.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
readinessChecksListReadinessChecksResponse.Builder readinessChecks(Collection<ReadinessCheckOutput> readinessChecks) A list of readiness checks associated with the account. - Parameters:
- readinessChecks- A list of readiness checks associated with the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
readinessChecksA list of readiness checks associated with the account. - Parameters:
- readinessChecks- A list of readiness checks associated with the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
readinessChecksListReadinessChecksResponse.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.Builderavoiding the need to create one manually viaReadinessCheckOutput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreadinessChecks(List<ReadinessCheckOutput>).- Parameters:
- readinessChecks- a consumer that will call methods on- ReadinessCheckOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-