public static interface UpdateDeploymentGroupRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<UpdateDeploymentGroupRequest.Builder,UpdateDeploymentGroupRequest>
| Modifier and Type | Method and Description | 
|---|---|
UpdateDeploymentGroupRequest.Builder | 
alarmConfiguration(AlarmConfiguration alarmConfiguration)
 Information to add or change about Amazon CloudWatch alarms when the deployment group is updated. 
 | 
default UpdateDeploymentGroupRequest.Builder | 
alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration)
 Information to add or change about Amazon CloudWatch alarms when the deployment group is updated. 
 | 
UpdateDeploymentGroupRequest.Builder | 
applicationName(String applicationName)
 The application name corresponding to the deployment group to update. 
 | 
UpdateDeploymentGroupRequest.Builder | 
autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
 Information for an automatic rollback configuration that is added or changed when a deployment group is
 updated. 
 | 
default UpdateDeploymentGroupRequest.Builder | 
autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)
 Information for an automatic rollback configuration that is added or changed when a deployment group is
 updated. 
 | 
UpdateDeploymentGroupRequest.Builder | 
autoScalingGroups(Collection<String> autoScalingGroups)
 The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change
 them. 
 | 
UpdateDeploymentGroupRequest.Builder | 
autoScalingGroups(String... autoScalingGroups)
 The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change
 them. 
 | 
UpdateDeploymentGroupRequest.Builder | 
blueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
 Information about blue/green deployment options for a deployment group. 
 | 
default UpdateDeploymentGroupRequest.Builder | 
blueGreenDeploymentConfiguration(Consumer<BlueGreenDeploymentConfiguration.Builder> blueGreenDeploymentConfiguration)
 Information about blue/green deployment options for a deployment group. 
 | 
UpdateDeploymentGroupRequest.Builder | 
currentDeploymentGroupName(String currentDeploymentGroupName)
 The current name of the deployment group. 
 | 
UpdateDeploymentGroupRequest.Builder | 
deploymentConfigName(String deploymentConfigName)
 The replacement deployment configuration name to use, if you want to change it. 
 | 
default UpdateDeploymentGroupRequest.Builder | 
deploymentStyle(Consumer<DeploymentStyle.Builder> deploymentStyle)
 Information about the type of deployment, either in-place or blue/green, you want to run and whether to route
 deployment traffic behind a load balancer. 
 | 
UpdateDeploymentGroupRequest.Builder | 
deploymentStyle(DeploymentStyle deploymentStyle)
 Information about the type of deployment, either in-place or blue/green, you want to run and whether to route
 deployment traffic behind a load balancer. 
 | 
UpdateDeploymentGroupRequest.Builder | 
ec2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
 The replacement set of Amazon EC2 tags on which to filter, if you want to change them. 
 | 
UpdateDeploymentGroupRequest.Builder | 
ec2TagFilters(Consumer<EC2TagFilter.Builder>... ec2TagFilters)
 The replacement set of Amazon EC2 tags on which to filter, if you want to change them. 
 | 
UpdateDeploymentGroupRequest.Builder | 
ec2TagFilters(EC2TagFilter... ec2TagFilters)
 The replacement set of Amazon EC2 tags on which to filter, if you want to change them. 
 | 
default UpdateDeploymentGroupRequest.Builder | 
ec2TagSet(Consumer<EC2TagSet.Builder> ec2TagSet)
 Information about groups of tags applied to on-premises instances. 
 | 
UpdateDeploymentGroupRequest.Builder | 
ec2TagSet(EC2TagSet ec2TagSet)
 Information about groups of tags applied to on-premises instances. 
 | 
UpdateDeploymentGroupRequest.Builder | 
ecsServices(Collection<ECSService> ecsServices)
 The target ECS services in the deployment group. 
 | 
UpdateDeploymentGroupRequest.Builder | 
ecsServices(Consumer<ECSService.Builder>... ecsServices)
 The target ECS services in the deployment group. 
 | 
UpdateDeploymentGroupRequest.Builder | 
ecsServices(ECSService... ecsServices)
 The target ECS services in the deployment group. 
 | 
default UpdateDeploymentGroupRequest.Builder | 
loadBalancerInfo(Consumer<LoadBalancerInfo.Builder> loadBalancerInfo)
 Information about the load balancer used in a deployment. 
 | 
UpdateDeploymentGroupRequest.Builder | 
loadBalancerInfo(LoadBalancerInfo loadBalancerInfo)
 Information about the load balancer used in a deployment. 
 | 
UpdateDeploymentGroupRequest.Builder | 
newDeploymentGroupName(String newDeploymentGroupName)
 The new name of the deployment group, if you want to change it. 
 | 
UpdateDeploymentGroupRequest.Builder | 
onPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
 The replacement set of on-premises instance tags on which to filter, if you want to change them. 
 | 
UpdateDeploymentGroupRequest.Builder | 
onPremisesInstanceTagFilters(Consumer<TagFilter.Builder>... onPremisesInstanceTagFilters)
 The replacement set of on-premises instance tags on which to filter, if you want to change them. 
 | 
UpdateDeploymentGroupRequest.Builder | 
onPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
 The replacement set of on-premises instance tags on which to filter, if you want to change them. 
 | 
default UpdateDeploymentGroupRequest.Builder | 
onPremisesTagSet(Consumer<OnPremisesTagSet.Builder> onPremisesTagSet)
 Information about an on-premises instance tag set. 
 | 
UpdateDeploymentGroupRequest.Builder | 
onPremisesTagSet(OnPremisesTagSet onPremisesTagSet)
 Information about an on-premises instance tag set. 
 | 
UpdateDeploymentGroupRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
UpdateDeploymentGroupRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
UpdateDeploymentGroupRequest.Builder | 
serviceRoleArn(String serviceRoleArn)
 A replacement ARN for the service role, if you want to change it. 
 | 
UpdateDeploymentGroupRequest.Builder | 
triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
 Information about triggers to change when the deployment group is updated. 
 | 
UpdateDeploymentGroupRequest.Builder | 
triggerConfigurations(Consumer<TriggerConfig.Builder>... triggerConfigurations)
 Information about triggers to change when the deployment group is updated. 
 | 
UpdateDeploymentGroupRequest.Builder | 
triggerConfigurations(TriggerConfig... triggerConfigurations)
 Information about triggers to change when the deployment group is updated. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildUpdateDeploymentGroupRequest.Builder applicationName(String applicationName)
The application name corresponding to the deployment group to update.
applicationName - The application name corresponding to the deployment group to update.UpdateDeploymentGroupRequest.Builder currentDeploymentGroupName(String currentDeploymentGroupName)
The current name of the deployment group.
currentDeploymentGroupName - The current name of the deployment group.UpdateDeploymentGroupRequest.Builder newDeploymentGroupName(String newDeploymentGroupName)
The new name of the deployment group, if you want to change it.
newDeploymentGroupName - The new name of the deployment group, if you want to change it.UpdateDeploymentGroupRequest.Builder deploymentConfigName(String deploymentConfigName)
The replacement deployment configuration name to use, if you want to change it.
deploymentConfigName - The replacement deployment configuration name to use, if you want to change it.UpdateDeploymentGroupRequest.Builder ec2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.
ec2TagFilters - The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the
        existing tags, enter their names. To remove tags, do not enter any tag names.UpdateDeploymentGroupRequest.Builder ec2TagFilters(EC2TagFilter... ec2TagFilters)
The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.
ec2TagFilters - The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the
        existing tags, enter their names. To remove tags, do not enter any tag names.UpdateDeploymentGroupRequest.Builder ec2TagFilters(Consumer<EC2TagFilter.Builder>... ec2TagFilters)
The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.
This is a convenience that creates an instance of theList.Builder  avoiding the need to
 create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and its
 result is passed to #ec2TagFilters(List) .ec2TagFilters - a consumer that will call methods on List.Builder #ec2TagFilters(List) UpdateDeploymentGroupRequest.Builder onPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.
onPremisesInstanceTagFilters - The replacement set of on-premises instance tags on which to filter, if you want to change them. To
        keep the existing tags, enter their names. To remove tags, do not enter any tag names.UpdateDeploymentGroupRequest.Builder onPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.
onPremisesInstanceTagFilters - The replacement set of on-premises instance tags on which to filter, if you want to change them. To
        keep the existing tags, enter their names. To remove tags, do not enter any tag names.UpdateDeploymentGroupRequest.Builder onPremisesInstanceTagFilters(Consumer<TagFilter.Builder>... onPremisesInstanceTagFilters)
The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.
This is a convenience that creates an instance of theList.Builder  avoiding the need to
 create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and its
 result is passed to #onPremisesInstanceTagFilters(List) .onPremisesInstanceTagFilters - a consumer that will call methods on List.Builder #onPremisesInstanceTagFilters(List) UpdateDeploymentGroupRequest.Builder autoScalingGroups(Collection<String> autoScalingGroups)
The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.
autoScalingGroups - The replacement list of Auto Scaling groups to be included in the deployment group, if you want to
        change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not
        enter any Auto Scaling group names.UpdateDeploymentGroupRequest.Builder autoScalingGroups(String... autoScalingGroups)
The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.
autoScalingGroups - The replacement list of Auto Scaling groups to be included in the deployment group, if you want to
        change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not
        enter any Auto Scaling group names.UpdateDeploymentGroupRequest.Builder serviceRoleArn(String serviceRoleArn)
A replacement ARN for the service role, if you want to change it.
serviceRoleArn - A replacement ARN for the service role, if you want to change it.UpdateDeploymentGroupRequest.Builder triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to change when the deployment group is updated. For examples, see Modify Triggers in an AWS CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.
triggerConfigurations - Information about triggers to change when the deployment group is updated. For examples, see Modify Triggers
        in an AWS CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.UpdateDeploymentGroupRequest.Builder triggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to change when the deployment group is updated. For examples, see Modify Triggers in an AWS CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.
triggerConfigurations - Information about triggers to change when the deployment group is updated. For examples, see Modify Triggers
        in an AWS CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.UpdateDeploymentGroupRequest.Builder triggerConfigurations(Consumer<TriggerConfig.Builder>... triggerConfigurations)
Information about triggers to change when the deployment group is updated. For examples, see Modify Triggers in an AWS CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.
This is a convenience that creates an instance of theList.Builder  avoiding the need
 to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and
 its result is passed to #triggerConfigurations(List) .triggerConfigurations - a consumer that will call methods on List.Builder #triggerConfigurations(List) UpdateDeploymentGroupRequest.Builder alarmConfiguration(AlarmConfiguration alarmConfiguration)
Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.
alarmConfiguration - Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.default UpdateDeploymentGroupRequest.Builder alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration)
Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.
This is a convenience that creates an instance of theAlarmConfiguration.Builder avoiding the need to
 create one manually via AlarmConfiguration.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to alarmConfiguration(AlarmConfiguration).alarmConfiguration - a consumer that will call methods on AlarmConfiguration.BuilderalarmConfiguration(AlarmConfiguration)UpdateDeploymentGroupRequest.Builder autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
autoRollbackConfiguration - Information for an automatic rollback configuration that is added or changed when a deployment group
        is updated.default UpdateDeploymentGroupRequest.Builder autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)
Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
This is a convenience that creates an instance of theAutoRollbackConfiguration.Builder avoiding the
 need to create one manually via AutoRollbackConfiguration.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately
 and its result is passed to autoRollbackConfiguration(AutoRollbackConfiguration).autoRollbackConfiguration - a consumer that will call methods on AutoRollbackConfiguration.BuilderautoRollbackConfiguration(AutoRollbackConfiguration)UpdateDeploymentGroupRequest.Builder deploymentStyle(DeploymentStyle deploymentStyle)
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
deploymentStyle - Information about the type of deployment, either in-place or blue/green, you want to run and whether
        to route deployment traffic behind a load balancer.default UpdateDeploymentGroupRequest.Builder deploymentStyle(Consumer<DeploymentStyle.Builder> deploymentStyle)
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
This is a convenience that creates an instance of theDeploymentStyle.Builder avoiding the need to
 create one manually via DeploymentStyle.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to deploymentStyle(DeploymentStyle).deploymentStyle - a consumer that will call methods on DeploymentStyle.BuilderdeploymentStyle(DeploymentStyle)UpdateDeploymentGroupRequest.Builder blueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
blueGreenDeploymentConfiguration - Information about blue/green deployment options for a deployment group.default UpdateDeploymentGroupRequest.Builder blueGreenDeploymentConfiguration(Consumer<BlueGreenDeploymentConfiguration.Builder> blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
This is a convenience that creates an instance of theBlueGreenDeploymentConfiguration.Builder
 avoiding the need to create one manually via BlueGreenDeploymentConfiguration.builder().
 When the Consumer completes, SdkBuilder.build() is called
 immediately and its result is passed to
 blueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration).blueGreenDeploymentConfiguration - a consumer that will call methods on BlueGreenDeploymentConfiguration.BuilderblueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration)UpdateDeploymentGroupRequest.Builder loadBalancerInfo(LoadBalancerInfo loadBalancerInfo)
Information about the load balancer used in a deployment.
loadBalancerInfo - Information about the load balancer used in a deployment.default UpdateDeploymentGroupRequest.Builder loadBalancerInfo(Consumer<LoadBalancerInfo.Builder> loadBalancerInfo)
Information about the load balancer used in a deployment.
This is a convenience that creates an instance of theLoadBalancerInfo.Builder avoiding the need to
 create one manually via LoadBalancerInfo.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to loadBalancerInfo(LoadBalancerInfo).loadBalancerInfo - a consumer that will call methods on LoadBalancerInfo.BuilderloadBalancerInfo(LoadBalancerInfo)UpdateDeploymentGroupRequest.Builder ec2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to on-premises instances. The deployment group will include only EC2 instances identified by all the tag groups.
ec2TagSet - Information about groups of tags applied to on-premises instances. The deployment group will include
        only EC2 instances identified by all the tag groups.default UpdateDeploymentGroupRequest.Builder ec2TagSet(Consumer<EC2TagSet.Builder> ec2TagSet)
Information about groups of tags applied to on-premises instances. The deployment group will include only EC2 instances identified by all the tag groups.
This is a convenience that creates an instance of theEC2TagSet.Builder avoiding the need to create
 one manually via EC2TagSet.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its result
 is passed to ec2TagSet(EC2TagSet).ec2TagSet - a consumer that will call methods on EC2TagSet.Builderec2TagSet(EC2TagSet)UpdateDeploymentGroupRequest.Builder ecsServices(Collection<ECSService> ecsServices)
 The target ECS services in the deployment group. This only applies to deployment groups that use the Amazon
 ECS compute platform. A target ECS service is specified as an Amazon ECS cluster and service name pair using
 the format <clustername>:<servicename>.
 
ecsServices - The target ECS services in the deployment group. This only applies to deployment groups that use the
        Amazon ECS compute platform. A target ECS service is specified as an Amazon ECS cluster and service
        name pair using the format <clustername>:<servicename>.UpdateDeploymentGroupRequest.Builder ecsServices(ECSService... ecsServices)
 The target ECS services in the deployment group. This only applies to deployment groups that use the Amazon
 ECS compute platform. A target ECS service is specified as an Amazon ECS cluster and service name pair using
 the format <clustername>:<servicename>.
 
ecsServices - The target ECS services in the deployment group. This only applies to deployment groups that use the
        Amazon ECS compute platform. A target ECS service is specified as an Amazon ECS cluster and service
        name pair using the format <clustername>:<servicename>.UpdateDeploymentGroupRequest.Builder ecsServices(Consumer<ECSService.Builder>... ecsServices)
 The target ECS services in the deployment group. This only applies to deployment groups that use the Amazon
 ECS compute platform. A target ECS service is specified as an Amazon ECS cluster and service name pair using
 the format <clustername>:<servicename>.
 
List.Builder  avoiding the need to
 create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and its
 result is passed to #ecsServices(List) .ecsServices - a consumer that will call methods on List.Builder #ecsServices(List) UpdateDeploymentGroupRequest.Builder onPremisesTagSet(OnPremisesTagSet onPremisesTagSet)
Information about an on-premises instance tag set. The deployment group will include only on-premises instances identified by all the tag groups.
onPremisesTagSet - Information about an on-premises instance tag set. The deployment group will include only on-premises
        instances identified by all the tag groups.default UpdateDeploymentGroupRequest.Builder onPremisesTagSet(Consumer<OnPremisesTagSet.Builder> onPremisesTagSet)
Information about an on-premises instance tag set. The deployment group will include only on-premises instances identified by all the tag groups.
This is a convenience that creates an instance of theOnPremisesTagSet.Builder avoiding the need to
 create one manually via OnPremisesTagSet.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to onPremisesTagSet(OnPremisesTagSet).onPremisesTagSet - a consumer that will call methods on OnPremisesTagSet.BuilderonPremisesTagSet(OnPremisesTagSet)UpdateDeploymentGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateDeploymentGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.