Interface DeleteDeploymentGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<DeleteDeploymentGroupResponse.Builder,DeleteDeploymentGroupResponse>,SdkBuilder<DeleteDeploymentGroupResponse.Builder,DeleteDeploymentGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteDeploymentGroupResponse
public static interface DeleteDeploymentGroupResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<DeleteDeploymentGroupResponse.Builder,DeleteDeploymentGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDeploymentGroupResponse.BuilderhooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.DeleteDeploymentGroupResponse.BuilderhooksNotCleanedUp(Consumer<AutoScalingGroup.Builder>... hooksNotCleanedUp)If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.DeleteDeploymentGroupResponse.BuilderhooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
hooksNotCleanedUp
DeleteDeploymentGroupResponse.Builder hooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, 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, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
- Parameters:
hooksNotCleanedUp- If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, 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, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hooksNotCleanedUp
DeleteDeploymentGroupResponse.Builder hooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, 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, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
- Parameters:
hooksNotCleanedUp- If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, 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, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hooksNotCleanedUp
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, 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, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
This is a convenience method that creates an instance of theAutoScalingGroup.Builderavoiding the need to create one manually viaAutoScalingGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#hooksNotCleanedUp(List.) - Parameters:
hooksNotCleanedUp- a consumer that will call methods onAutoScalingGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#hooksNotCleanedUp(java.util.Collection)
-
-