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 Details

    • 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

      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 the AutoScalingGroup.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<AutoScalingGroup>).

      Parameters:
      hooksNotCleanedUp - a consumer that will call methods on AutoScalingGroup.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: