public static interface ListAssociatedRoute53HealthChecksResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedRoute53HealthChecksResponse.Builder,ListAssociatedRoute53HealthChecksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedRoute53HealthChecksResponse.Builder |
healthCheckIds(Collection<String> healthCheckIds)
Identifiers for the health checks.
|
ListAssociatedRoute53HealthChecksResponse.Builder |
healthCheckIds(String... healthCheckIds)
Identifiers for the health checks.
|
ListAssociatedRoute53HealthChecksResponse.Builder |
nextToken(String nextToken)
Next token for listing health checks.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedRoute53HealthChecksResponse.Builder healthCheckIds(Collection<String> healthCheckIds)
Identifiers for the health checks.
healthCheckIds - Identifiers for the health checks.ListAssociatedRoute53HealthChecksResponse.Builder healthCheckIds(String... healthCheckIds)
Identifiers for the health checks.
healthCheckIds - Identifiers for the health checks.ListAssociatedRoute53HealthChecksResponse.Builder nextToken(String nextToken)
Next token for listing health checks.
nextToken - Next token for listing health checks.Copyright © 2023. All rights reserved.