public static interface ListAutoScalingConfigurationsResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListAutoScalingConfigurationsResponse.Builder,ListAutoScalingConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAutoScalingConfigurationsResponse.Builder |
autoScalingConfigurationSummaryList(AutoScalingConfigurationSummary... autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations.
|
ListAutoScalingConfigurationsResponse.Builder |
autoScalingConfigurationSummaryList(Collection<AutoScalingConfigurationSummary> autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations.
|
ListAutoScalingConfigurationsResponse.Builder |
autoScalingConfigurationSummaryList(Consumer<AutoScalingConfigurationSummary.Builder>... autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations.
|
ListAutoScalingConfigurationsResponse.Builder |
nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAutoScalingConfigurationsResponse.Builder autoScalingConfigurationSummaryList(Collection<AutoScalingConfigurationSummary> autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations. In a paginated request, the request
returns up to MaxResults records for each call.
autoScalingConfigurationSummaryList - A list of summary information records for auto scaling configurations. In a paginated request, the
request returns up to MaxResults records for each call.ListAutoScalingConfigurationsResponse.Builder autoScalingConfigurationSummaryList(AutoScalingConfigurationSummary... autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations. In a paginated request, the request
returns up to MaxResults records for each call.
autoScalingConfigurationSummaryList - A list of summary information records for auto scaling configurations. In a paginated request, the
request returns up to MaxResults records for each call.ListAutoScalingConfigurationsResponse.Builder autoScalingConfigurationSummaryList(Consumer<AutoScalingConfigurationSummary.Builder>... autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations. In a paginated request, the request
returns up to MaxResults records for each call.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #autoScalingConfigurationSummaryList(List) .autoScalingConfigurationSummaryList - a consumer that will call methods on List.Builder #autoScalingConfigurationSummaryList(List) ListAutoScalingConfigurationsResponse.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 © 2021. All rights reserved.