Interface AutoScalingPolicyStateChangeReason.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AutoScalingPolicyStateChangeReason.Builder,AutoScalingPolicyStateChangeReason>, SdkBuilder<AutoScalingPolicyStateChangeReason.Builder,AutoScalingPolicyStateChangeReason>, SdkPojo
Enclosing class:
AutoScalingPolicyStateChangeReason

public static interface AutoScalingPolicyStateChangeReason.Builder extends SdkPojo, CopyableBuilder<AutoScalingPolicyStateChangeReason.Builder,AutoScalingPolicyStateChangeReason>
  • Method Details

    • code

      The code indicating the reason for the change in status.USER_REQUEST indicates that the scaling policy status was changed by a user. PROVISION_FAILURE indicates that the status change was because the policy failed to provision. CLEANUP_FAILURE indicates an error.

      Parameters:
      code - The code indicating the reason for the change in status.USER_REQUEST indicates that the scaling policy status was changed by a user. PROVISION_FAILURE indicates that the status change was because the policy failed to provision. CLEANUP_FAILURE indicates an error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The code indicating the reason for the change in status.USER_REQUEST indicates that the scaling policy status was changed by a user. PROVISION_FAILURE indicates that the status change was because the policy failed to provision. CLEANUP_FAILURE indicates an error.

      Parameters:
      code - The code indicating the reason for the change in status.USER_REQUEST indicates that the scaling policy status was changed by a user. PROVISION_FAILURE indicates that the status change was because the policy failed to provision. CLEANUP_FAILURE indicates an error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      A friendly, more verbose message that accompanies an automatic scaling policy state change.

      Parameters:
      message - A friendly, more verbose message that accompanies an automatic scaling policy state change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.