Interface ListEnvironmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>,M2Request.Builder,SdkBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEnvironmentsRequest
public static interface ListEnvironmentsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentsRequest.BuilderengineType(String engineType)The engine type for the runtime environment.ListEnvironmentsRequest.BuilderengineType(EngineType engineType)The engine type for the runtime environment.ListEnvironmentsRequest.BuildermaxResults(Integer maxResults)The maximum number of runtime environments to return.ListEnvironmentsRequest.Buildernames(String... names)The names of the runtime environments.ListEnvironmentsRequest.Buildernames(Collection<String> names)The names of the runtime environments.ListEnvironmentsRequest.BuildernextToken(String nextToken)A pagination token to control the number of runtime environments displayed in the list.ListEnvironmentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnvironmentsRequest.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.m2.model.M2Request.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
-
engineType
ListEnvironmentsRequest.Builder engineType(String engineType)
The engine type for the runtime environment.
- Parameters:
engineType- The engine type for the runtime environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EngineType,EngineType
-
engineType
ListEnvironmentsRequest.Builder engineType(EngineType engineType)
The engine type for the runtime environment.
- Parameters:
engineType- The engine type for the runtime environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EngineType,EngineType
-
maxResults
ListEnvironmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of runtime environments to return.
- Parameters:
maxResults- The maximum number of runtime environments to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ListEnvironmentsRequest.Builder names(Collection<String> names)
The names of the runtime environments. Must be unique within the account.
- Parameters:
names- The names of the runtime environments. Must be unique within the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ListEnvironmentsRequest.Builder names(String... names)
The names of the runtime environments. Must be unique within the account.
- Parameters:
names- The names of the runtime environments. Must be unique within the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEnvironmentsRequest.Builder nextToken(String nextToken)
A pagination token to control the number of runtime environments displayed in the list.
- Parameters:
nextToken- A pagination token to control the number of runtime environments displayed in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-