Interface UpdateDeploymentGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>,SdkBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateDeploymentGroupResponse
public static interface UpdateDeploymentGroupResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDeploymentGroupResponse.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 Web Services account.UpdateDeploymentGroupResponse.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 Web Services account.UpdateDeploymentGroupResponse.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 Web Services account.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
hooksNotCleanedUp
UpdateDeploymentGroupResponse.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 Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.
- 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 Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hooksNotCleanedUp
UpdateDeploymentGroupResponse.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 Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.
- 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 Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hooksNotCleanedUp
UpdateDeploymentGroupResponse.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 Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.
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)
-
-