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)
The token that identifies which batch of results you want to see.
|
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)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.Copyright © 2021. All rights reserved.