public static interface ListEnvironmentTemplatesRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentTemplatesRequest.Builder,ListEnvironmentTemplatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentTemplatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of environment templates to list.
|
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.
|
ListEnvironmentTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum number of environment templates to list.
maxResults - The maximum number of environment templates to list.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.
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.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEnvironmentTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.