Interface GetEnvironmentRequest.Builder
- All Superinterfaces:
AppConfigRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<GetEnvironmentRequest.Builder,
,GetEnvironmentRequest> SdkBuilder<GetEnvironmentRequest.Builder,
,GetEnvironmentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetEnvironmentRequest
public static interface GetEnvironmentRequest.Builder
extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<GetEnvironmentRequest.Builder,GetEnvironmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the application that includes the environment you want to get.environmentId
(String environmentId) The ID of the environment that you want to get.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigRequest.Builder
build
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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
applicationId
The ID of the application that includes the environment you want to get.
- Parameters:
applicationId
- The ID of the application that includes the environment you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
The ID of the environment that you want to get.
- Parameters:
environmentId
- The ID of the environment that you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-