Interface ListServiceTemplatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListServiceTemplatesRequest.Builder,ListServiceTemplatesRequest>,ProtonRequest.Builder,SdkBuilder<ListServiceTemplatesRequest.Builder,ListServiceTemplatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListServiceTemplatesRequest
public static interface ListServiceTemplatesRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServiceTemplatesRequest.Builder,ListServiceTemplatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServiceTemplatesRequest.BuildermaxResults(Integer maxResults)The maximum number of service templates to list.ListServiceTemplatesRequest.BuildernextToken(String nextToken)A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.ListServiceTemplatesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServiceTemplatesRequest.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
ListServiceTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum number of service templates to list.
- Parameters:
maxResults- The maximum number of service templates to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListServiceTemplatesRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.
- Parameters:
nextToken- A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServiceTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListServiceTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-