Interface GetDeploymentRequest.Builder
-
- All Superinterfaces:
AppConfigRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>,SdkBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDeploymentRequest
public static interface GetDeploymentRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDeploymentRequest.BuilderapplicationId(String applicationId)The ID of the application that includes the deployment you want to get.GetDeploymentRequest.BuilderdeploymentNumber(Integer deploymentNumber)The sequence number of the deployment.GetDeploymentRequest.BuilderenvironmentId(String environmentId)The ID of the environment that includes the deployment you want to get.GetDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentRequest.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
GetDeploymentRequest.Builder applicationId(String applicationId)
The ID of the application that includes the deployment you want to get.
- Parameters:
applicationId- The ID of the application that includes the deployment you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
GetDeploymentRequest.Builder environmentId(String environmentId)
The ID of the environment that includes the deployment you want to get.
- Parameters:
environmentId- The ID of the environment that includes the deployment you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentNumber
GetDeploymentRequest.Builder deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
- Parameters:
deploymentNumber- The sequence number of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-