public static interface GetDeploymentGroupRequest.Builder extends CodeDeployRequest.Builder, 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 applicable IAM user or AWS account.
|
GetDeploymentGroupRequest.Builder |
deploymentGroupName(String deploymentGroupName)
The name of an existing deployment group for the specified application.
|
GetDeploymentGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDeploymentGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetDeploymentGroupRequest.Builder applicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
applicationName - The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.GetDeploymentGroupRequest.Builder deploymentGroupName(String deploymentGroupName)
The name of an existing deployment group for the specified application.
deploymentGroupName - The name of an existing deployment group for the specified application.GetDeploymentGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetDeploymentGroupRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.