public static interface UpdateDeploymentGroupResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDeploymentGroupResponse.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.
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.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.
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.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.Builder avoiding the need to create
one manually via AutoScalingGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #hooksNotCleanedUp(List.
hooksNotCleanedUp - a consumer that will call methods on
AutoScalingGroup.Builder#hooksNotCleanedUp(java.util.Collection) Copyright © 2023. All rights reserved.