Interface ListAutoScalingConfigurationsResponse.Builder
-
- All Superinterfaces:
AppRunnerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListAutoScalingConfigurationsResponse.Builder,ListAutoScalingConfigurationsResponse>,SdkBuilder<ListAutoScalingConfigurationsResponse.Builder,ListAutoScalingConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAutoScalingConfigurationsResponse
public static interface ListAutoScalingConfigurationsResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListAutoScalingConfigurationsResponse.Builder,ListAutoScalingConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAutoScalingConfigurationsResponse.BuilderautoScalingConfigurationSummaryList(Collection<AutoScalingConfigurationSummary> autoScalingConfigurationSummaryList)A list of summary information records for auto scaling configurations.ListAutoScalingConfigurationsResponse.BuilderautoScalingConfigurationSummaryList(Consumer<AutoScalingConfigurationSummary.Builder>... autoScalingConfigurationSummaryList)A list of summary information records for auto scaling configurations.ListAutoScalingConfigurationsResponse.BuilderautoScalingConfigurationSummaryList(AutoScalingConfigurationSummary... autoScalingConfigurationSummaryList)A list of summary information records for auto scaling configurations.ListAutoScalingConfigurationsResponse.BuildernextToken(String nextToken)The token that you can pass in a subsequent request to get the next result page.-
Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
autoScalingConfigurationSummaryList
ListAutoScalingConfigurationsResponse.Builder autoScalingConfigurationSummaryList(Collection<AutoScalingConfigurationSummary> autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations. In a paginated request, the request returns up to
MaxResultsrecords for each call.- Parameters:
autoScalingConfigurationSummaryList- A list of summary information records for auto scaling configurations. In a paginated request, the request returns up toMaxResultsrecords for each call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoScalingConfigurationSummaryList
ListAutoScalingConfigurationsResponse.Builder autoScalingConfigurationSummaryList(AutoScalingConfigurationSummary... autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations. In a paginated request, the request returns up to
MaxResultsrecords for each call.- Parameters:
autoScalingConfigurationSummaryList- A list of summary information records for auto scaling configurations. In a paginated request, the request returns up toMaxResultsrecords for each call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoScalingConfigurationSummaryList
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
This is a convenience method that creates an instance of theMaxResultsrecords for each call.AutoScalingConfigurationSummary.Builderavoiding the need to create one manually viaAutoScalingConfigurationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#autoScalingConfigurationSummaryList(List.) - Parameters:
autoScalingConfigurationSummaryList- a consumer that will call methods onAutoScalingConfigurationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#autoScalingConfigurationSummaryList(java.util.Collection)
-
nextToken
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.
- Parameters:
nextToken- The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-