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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEnvironmentRequest.BuilderapplicationId(String applicationId)The ID of the application that includes the environment you want to get.GetEnvironmentRequest.BuilderenvironmentId(String environmentId)The ID of the environment that you want to get.GetEnvironmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEnvironmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
applicationId
GetEnvironmentRequest.Builder applicationId(String 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
GetEnvironmentRequest.Builder environmentId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-