Interface ListServicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListServicesRequest.Builder,ListServicesRequest>,ProtonRequest.Builder,SdkBuilder<ListServicesRequest.Builder,ListServicesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListServicesRequest
public static interface ListServicesRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServicesRequest.Builder,ListServicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServicesRequest.BuildermaxResults(Integer maxResults)The maximum number of services to list.ListServicesRequest.BuildernextToken(String nextToken)A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.ListServicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServicesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.proton.model.ProtonRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListServicesRequest.Builder maxResults(Integer maxResults)
The maximum number of services to list.
- Parameters:
maxResults- The maximum number of services to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListServicesRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.
- Parameters:
nextToken- A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-