Interface ListAssociatedRoute53HealthChecksResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAssociatedRoute53HealthChecksResponse.Builder,ListAssociatedRoute53HealthChecksResponse>,Route53RecoveryControlConfigResponse.Builder,SdkBuilder<ListAssociatedRoute53HealthChecksResponse.Builder,ListAssociatedRoute53HealthChecksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAssociatedRoute53HealthChecksResponse
public static interface ListAssociatedRoute53HealthChecksResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedRoute53HealthChecksResponse.Builder,ListAssociatedRoute53HealthChecksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociatedRoute53HealthChecksResponse.BuilderhealthCheckIds(String... healthCheckIds)Identifiers for the health checks.ListAssociatedRoute53HealthChecksResponse.BuilderhealthCheckIds(Collection<String> healthCheckIds)Identifiers for the health checks.ListAssociatedRoute53HealthChecksResponse.BuildernextToken(String nextToken)Next token for listing health checks.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53recoverycontrolconfig.model.Route53RecoveryControlConfigResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
healthCheckIds
ListAssociatedRoute53HealthChecksResponse.Builder healthCheckIds(Collection<String> healthCheckIds)
Identifiers for the health checks.
- Parameters:
healthCheckIds- Identifiers for the health checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
healthCheckIds
ListAssociatedRoute53HealthChecksResponse.Builder healthCheckIds(String... healthCheckIds)
Identifiers for the health checks.
- Parameters:
healthCheckIds- Identifiers for the health checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssociatedRoute53HealthChecksResponse.Builder nextToken(String nextToken)
Next token for listing health checks.
- Parameters:
nextToken- Next token for listing health checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-