Interface ListRoute53HealthChecksResponse.Builder
- All Superinterfaces:
ArcRegionSwitchResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListRoute53HealthChecksResponse.Builder,,ListRoute53HealthChecksResponse> SdkBuilder<ListRoute53HealthChecksResponse.Builder,,ListRoute53HealthChecksResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListRoute53HealthChecksResponse
@Mutable
@NotThreadSafe
public static interface ListRoute53HealthChecksResponse.Builder
extends ArcRegionSwitchResponse.Builder, SdkPojo, CopyableBuilder<ListRoute53HealthChecksResponse.Builder,ListRoute53HealthChecksResponse>
-
Method Summary
Modifier and TypeMethodDescriptionhealthChecks(Collection<Route53HealthCheck> healthChecks) List of the health checks requested.healthChecks(Consumer<Route53HealthCheck.Builder>... healthChecks) List of the health checks requested.healthChecks(Route53HealthCheck... healthChecks) List of the health checks requested.A pagination token.Methods inherited from interface software.amazon.awssdk.services.arcregionswitch.model.ArcRegionSwitchResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
healthChecks
List of the health checks requested.
- Parameters:
healthChecks- List of the health checks requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
healthChecks
List of the health checks requested.
- Parameters:
healthChecks- List of the health checks requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
healthChecks
ListRoute53HealthChecksResponse.Builder healthChecks(Consumer<Route53HealthCheck.Builder>... healthChecks) List of the health checks requested.
This is a convenience method that creates an instance of theRoute53HealthCheck.Builderavoiding the need to create one manually viaRoute53HealthCheck.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohealthChecks(List<Route53HealthCheck>).- Parameters:
healthChecks- a consumer that will call methods onRoute53HealthCheck.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination token. A response may contain no results while still including a
nextToken. Continue paginating untilnextTokenis null to retrieve all results.- Parameters:
nextToken- A pagination token. A response may contain no results while still including anextToken. Continue paginating untilnextTokenis null to retrieve all results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-