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