public static interface ListEnvironmentsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsRequest.Builder |
engineType(EngineType engineType)
The engine type for the runtime environment.
|
ListEnvironmentsRequest.Builder |
engineType(String engineType)
The engine type for the runtime environment.
|
ListEnvironmentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of runtime environments to return.
|
ListEnvironmentsRequest.Builder |
names(Collection<String> names)
The names of the runtime environments.
|
ListEnvironmentsRequest.Builder |
names(String... names)
The names of the runtime environments.
|
ListEnvironmentsRequest.Builder |
nextToken(String nextToken)
A pagination token to control the number of runtime environments displayed in the list.
|
ListEnvironmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentsRequest.Builder engineType(String engineType)
The engine type for the runtime environment.
engineType - The engine type for the runtime environment.EngineType,
EngineTypeListEnvironmentsRequest.Builder engineType(EngineType engineType)
The engine type for the runtime environment.
engineType - The engine type for the runtime environment.EngineType,
EngineTypeListEnvironmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of runtime environments to return.
maxResults - The maximum number of runtime environments to return.ListEnvironmentsRequest.Builder names(Collection<String> names)
The names of the runtime environments. Must be unique within the account.
names - The names of the runtime environments. Must be unique within the account.ListEnvironmentsRequest.Builder names(String... names)
The names of the runtime environments. Must be unique within the account.
names - The names of the runtime environments. Must be unique within the account.ListEnvironmentsRequest.Builder nextToken(String nextToken)
A pagination token to control the number of runtime environments displayed in the list.
nextToken - A pagination token to control the number of runtime environments displayed in the list.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.