Interface ListServicesForAutoScalingConfigurationResponse.Builder
-
- All Superinterfaces:
AppRunnerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListServicesForAutoScalingConfigurationResponse.Builder,ListServicesForAutoScalingConfigurationResponse>,SdkBuilder<ListServicesForAutoScalingConfigurationResponse.Builder,ListServicesForAutoScalingConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListServicesForAutoScalingConfigurationResponse
public static interface ListServicesForAutoScalingConfigurationResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListServicesForAutoScalingConfigurationResponse.Builder,ListServicesForAutoScalingConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServicesForAutoScalingConfigurationResponse.BuildernextToken(String nextToken)The token that you can pass in a subsequent request to get the next result page.ListServicesForAutoScalingConfigurationResponse.BuilderserviceArnList(String... serviceArnList)A list of service ARN records.ListServicesForAutoScalingConfigurationResponse.BuilderserviceArnList(Collection<String> serviceArnList)A list of service ARN records.-
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
-
serviceArnList
ListServicesForAutoScalingConfigurationResponse.Builder serviceArnList(Collection<String> serviceArnList)
A list of service ARN records. In a paginated request, the request returns up to
MaxResultsrecords for each call.- Parameters:
serviceArnList- A list of service ARN records. 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.
-
serviceArnList
ListServicesForAutoScalingConfigurationResponse.Builder serviceArnList(String... serviceArnList)
A list of service ARN records. In a paginated request, the request returns up to
MaxResultsrecords for each call.- Parameters:
serviceArnList- A list of service ARN records. 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.
-
nextToken
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.
- 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.
-
-