public static interface DeleteDeploymentGroupResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DeleteDeploymentGroupResponse.Builder,DeleteDeploymentGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteDeploymentGroupResponse.Builder |
hooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling
group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the
Amazon EC2 instances in the Auto Scaling group.
|
DeleteDeploymentGroupResponse.Builder |
hooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling
group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the
Amazon EC2 instances in the Auto Scaling group.
|
copyapply, buildDeleteDeploymentGroupResponse.Builder hooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
hooksNotCleanedUp - If the output contains no data, and the corresponding deployment group contained at least one Auto
Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event
hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS
CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in
the Auto Scaling group.DeleteDeploymentGroupResponse.Builder hooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
NOTE: This method appends the values to the existing list (if any). Use
#setHooksNotCleanedUp(java.util.Collection) or #withHooksNotCleanedUp(java.util.Collection)
if you want to override the existing values.
hooksNotCleanedUp - If the output contains no data, and the corresponding deployment group contained at least one Auto
Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event
hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS
CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in
the Auto Scaling group.Copyright © 2017. All rights reserved.