public static interface DeleteDeploymentGroupResponse.Builder extends CodeDeployResponse.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.
|
DeleteDeploymentGroupResponse.Builder |
hooksNotCleanedUp(Consumer<AutoScalingGroup.Builder>... 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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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. 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.
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(Consumer<AutoScalingGroup.Builder>... 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.
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 #hooksNotCleanedUp(List)
.hooksNotCleanedUp
- a consumer that will call methods on List.Builder
#hooksNotCleanedUp(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.