public static interface GetDeploymentRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentRequest.Builder |
applicationId(String applicationId)
The ID of the application that includes the deployment you want to get.
|
GetDeploymentRequest.Builder |
deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
|
GetDeploymentRequest.Builder |
environmentId(String environmentId)
The ID of the environment that includes the deployment you want to get.
|
GetDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeploymentRequest.Builder applicationId(String applicationId)
The ID of the application that includes the deployment you want to get.
applicationId - The ID of the application that includes the deployment you want to get.GetDeploymentRequest.Builder environmentId(String environmentId)
The ID of the environment that includes the deployment you want to get.
environmentId - The ID of the environment that includes the deployment you want to get.GetDeploymentRequest.Builder deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
deploymentNumber - The sequence number of the deployment.GetDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.