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.
AutoScalingConfigurationSummary.Builder avoiding the
need to create one manually via
AutoScalingConfigurationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #autoScalingConfigurationSummaryList(List.
autoScalingConfigurationSummaryList - a consumer that will call methods on
AutoScalingConfigurationSummary.Builder#autoScalingConfigurationSummaryList(java.util.Collection) 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 © 2022. All rights reserved.