public static interface ListServicesForAutoScalingConfigurationResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListServicesForAutoScalingConfigurationResponse.Builder,ListServicesForAutoScalingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServicesForAutoScalingConfigurationResponse.Builder |
nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
ListServicesForAutoScalingConfigurationResponse.Builder |
serviceArnList(Collection<String> serviceArnList)
A list of service ARN records.
|
ListServicesForAutoScalingConfigurationResponse.Builder |
serviceArnList(String... serviceArnList)
A list of service ARN records.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicesForAutoScalingConfigurationResponse.Builder serviceArnList(Collection<String> serviceArnList)
A list of service ARN records. In a paginated request, the request returns up to MaxResults
records for each call.
serviceArnList - A list of service ARN records. In a paginated request, the request returns up to
MaxResults records for each call.ListServicesForAutoScalingConfigurationResponse.Builder serviceArnList(String... serviceArnList)
A list of service ARN records. In a paginated request, the request returns up to MaxResults
records for each call.
serviceArnList - A list of service ARN records. In a paginated request, the request returns up to
MaxResults records for each call.ListServicesForAutoScalingConfigurationResponse.Builder nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.Copyright © 2023. All rights reserved.