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.Specifies that you want to receive the next page of results.Methods inherited from interface software.amazon.awssdk.services.arcregionswitch.model.ArcRegionSwitchResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaRoute53HealthCheck.builder()
.When the
Consumer
completes,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
Specifies that you want to receive the next page of results. Valid only if you received a
nextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call'snextToken
response to request the next page of results.- Parameters:
nextToken
- Specifies that you want to receive the next page of results. Valid only if you received anextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call'snextToken
response to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-