CopyableBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>
, SdkBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>
public static interface UpdateDeploymentGroupResponse.Builder extends CopyableBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>
Modifier and Type | Method | Description |
---|---|---|
UpdateDeploymentGroupResponse.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 AWS
account.
|
UpdateDeploymentGroupResponse.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 AWS
account.
|
copy
apply, build
UpdateDeploymentGroupResponse.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 AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.
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 AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto
Scaling lifecycle event hooks from the AWS account.UpdateDeploymentGroupResponse.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 AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.
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 AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto
Scaling lifecycle event hooks from the AWS account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.