public static interface ListEnvironmentsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsRequest.Builder |
environmentTemplates(Collection<EnvironmentTemplateFilter> environmentTemplates)
An array of the versions of the environment template.
|
ListEnvironmentsRequest.Builder |
environmentTemplates(Consumer<EnvironmentTemplateFilter.Builder>... environmentTemplates)
An array of the versions of the environment template.
|
ListEnvironmentsRequest.Builder |
environmentTemplates(EnvironmentTemplateFilter... environmentTemplates)
An array of the versions of the environment template.
|
ListEnvironmentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of environments to list.
|
ListEnvironmentsRequest.Builder |
nextToken(String nextToken)
A token that indicates the location of the next environment in the array of environments, after the list of
environments that was previously requested.
|
ListEnvironmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentsRequest.Builder environmentTemplates(Collection<EnvironmentTemplateFilter> environmentTemplates)
An array of the versions of the environment template.
environmentTemplates - An array of the versions of the environment template.ListEnvironmentsRequest.Builder environmentTemplates(EnvironmentTemplateFilter... environmentTemplates)
An array of the versions of the environment template.
environmentTemplates - An array of the versions of the environment template.ListEnvironmentsRequest.Builder environmentTemplates(Consumer<EnvironmentTemplateFilter.Builder>... environmentTemplates)
An array of the versions of the environment template.
This is a convenience method that creates an instance of theEnvironmentTemplateFilter.Builder avoiding the need to
create one manually via
EnvironmentTemplateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #environmentTemplates(List.
environmentTemplates - a consumer that will call methods on
EnvironmentTemplateFilter.Builder#environmentTemplates(java.util.Collection) ListEnvironmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of environments to list.
maxResults - The maximum number of environments to list.ListEnvironmentsRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next environment in the array of environments, after the list of environments that was previously requested.
nextToken - A token that indicates the location of the next environment in the array of environments, after the
list of environments that was previously requested.ListEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.