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 that corresponds 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 Amazon ECS services in the deployment group.
|
UpdateDeploymentGroupRequest.Builder |
ecsServices(Consumer<ECSService.Builder>... ecsServices)
The target Amazon ECS services in the deployment group.
|
UpdateDeploymentGroupRequest.Builder |
ecsServices(ECSService... ecsServices)
The target Amazon 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 |
outdatedInstancesStrategy(OutdatedInstancesStrategy outdatedInstancesStrategy)
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the
deployed application revision.
|
UpdateDeploymentGroupRequest.Builder |
outdatedInstancesStrategy(String outdatedInstancesStrategy)
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the
deployed application revision.
|
UpdateDeploymentGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDeploymentGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDeploymentGroupRequest.Builder applicationName(String applicationName)
The application name that corresponds to the deployment group to update.
applicationName - The application name that corresponds 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 method that creates an instance of theEC2TagFilter.Builder avoiding the need to create one
manually via EC2TagFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ec2TagFilters(List.
ec2TagFilters - a consumer that will call methods on
EC2TagFilter.Builder#ec2TagFilters(java.util.Collection) 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 method that creates an instance of theTagFilter.Builder avoiding the need to create one
manually via TagFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #onPremisesInstanceTagFilters(List.
onPremisesInstanceTagFilters - a consumer that will call methods on
TagFilter.Builder#onPremisesInstanceTagFilters(java.util.Collection) 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 or do not specify this parameter.
To remove Auto Scaling groups, specify a non-null empty list of Auto Scaling group names to detach all CodeDeploy-managed Auto Scaling lifecycle hooks. For examples, see Amazon EC2 instances in an Amazon EC2 Auto Scaling group fail to launch and receive the error "Heartbeat Timeout" in the CodeDeploy User Guide.
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 or do not specify this parameter.
To remove Auto Scaling groups, specify a non-null empty list of Auto Scaling group names to detach all CodeDeploy-managed Auto Scaling lifecycle hooks. For examples, see Amazon EC2 instances in an Amazon EC2 Auto Scaling group fail to launch and receive the error "Heartbeat Timeout" in the CodeDeploy User Guide.
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 or do not specify this parameter.
To remove Auto Scaling groups, specify a non-null empty list of Auto Scaling group names to detach all CodeDeploy-managed Auto Scaling lifecycle hooks. For examples, see Amazon EC2 instances in an Amazon EC2 Auto Scaling group fail to launch and receive the error "Heartbeat Timeout" in the CodeDeploy User Guide.
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 or do not specify this parameter.
To remove Auto Scaling groups, specify a non-null empty list of Auto Scaling group names to detach all CodeDeploy-managed Auto Scaling lifecycle hooks. For examples, see Amazon EC2 instances in an Amazon EC2 Auto Scaling group fail to launch and receive the error "Heartbeat Timeout" in the CodeDeploy User Guide.
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 Edit a Trigger in a CodeDeploy Deployment Group in the CodeDeploy User Guide.
triggerConfigurations - Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger
in a CodeDeploy Deployment Group in the CodeDeploy User Guide.UpdateDeploymentGroupRequest.Builder triggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the CodeDeploy User Guide.
triggerConfigurations - Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger
in a CodeDeploy Deployment Group in the CodeDeploy User Guide.UpdateDeploymentGroupRequest.Builder triggerConfigurations(Consumer<TriggerConfig.Builder>... triggerConfigurations)
Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the CodeDeploy User Guide.
This is a convenience method that creates an instance of theTriggerConfig.Builder avoiding the need to create
one manually via TriggerConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #triggerConfigurations(List.
triggerConfigurations - a consumer that will call methods on
TriggerConfig.Builder#triggerConfigurations(java.util.Collection) 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 method 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 method 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 outdatedInstancesStrategy(String outdatedInstancesStrategy)
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.
If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more 'auto-update
outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances.
If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new
Amazon EC2 instances. This may result in instances having different revisions.
outdatedInstancesStrategy - Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive
the deployed application revision.
If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more
'auto-update outdated instances' deployments to apply the deployed application revision to the new
Amazon EC2 instances.
If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the
new Amazon EC2 instances. This may result in instances having different revisions.
OutdatedInstancesStrategy,
OutdatedInstancesStrategyUpdateDeploymentGroupRequest.Builder outdatedInstancesStrategy(OutdatedInstancesStrategy outdatedInstancesStrategy)
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.
If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more 'auto-update
outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances.
If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new
Amazon EC2 instances. This may result in instances having different revisions.
outdatedInstancesStrategy - Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive
the deployed application revision.
If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more
'auto-update outdated instances' deployments to apply the deployed application revision to the new
Amazon EC2 instances.
If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the
new Amazon EC2 instances. This may result in instances having different revisions.
OutdatedInstancesStrategy,
OutdatedInstancesStrategyUpdateDeploymentGroupRequest.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 method 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 method 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 method 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 includes only Amazon EC2 instances identified by all the tag groups.
ec2TagSet - Information about groups of tags applied to on-premises instances. The deployment group includes only
Amazon 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 includes only Amazon EC2 instances identified by all the tag groups.
This is a convenience method 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 Amazon ECS services in the deployment group. This applies only to deployment groups that use the
Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service
name pair using the format <clustername>:<servicename>.
ecsServices - The target Amazon ECS services in the deployment group. This applies only to deployment groups that
use the Amazon ECS compute platform. A target Amazon 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 Amazon ECS services in the deployment group. This applies only to deployment groups that use the
Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service
name pair using the format <clustername>:<servicename>.
ecsServices - The target Amazon ECS services in the deployment group. This applies only to deployment groups that
use the Amazon ECS compute platform. A target Amazon 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 Amazon ECS services in the deployment group. This applies only to deployment groups that use the
Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service
name pair using the format <clustername>:<servicename>.
ECSService.Builder avoiding the need to create one
manually via ECSService.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #ecsServices(List.
ecsServices - a consumer that will call methods on
ECSService.Builder#ecsServices(java.util.Collection) UpdateDeploymentGroupRequest.Builder onPremisesTagSet(OnPremisesTagSet onPremisesTagSet)
Information about an on-premises instance tag set. The deployment group includes only on-premises instances identified by all the tag groups.
onPremisesTagSet - Information about an on-premises instance tag set. The deployment group includes 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 includes only on-premises instances identified by all the tag groups.
This is a convenience method 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateDeploymentGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.