public static interface GetDeploymentGroupRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<GetDeploymentGroupRequest.Builder,GetDeploymentGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentGroupRequest.Builder |
applicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
|
GetDeploymentGroupRequest.Builder |
deploymentGroupName(String deploymentGroupName)
The name of a deployment group for the specified application.
|
GetDeploymentGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildGetDeploymentGroupRequest.Builder applicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.GetDeploymentGroupRequest.Builder deploymentGroupName(String deploymentGroupName)
The name of a deployment group for the specified application.
deploymentGroupName - The name of a deployment group for the specified application.GetDeploymentGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDeploymentGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.