Interface LifecyclePolicyErrorDetail.Builder

  • Method Details

    • type

      The type of lifecycle policy.

      Parameters:
      type - The type of lifecycle policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of lifecycle policy.

      Parameters:
      type - The type of lifecycle policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the lifecycle policy.

      Parameters:
      name - The name of the lifecycle policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      LifecyclePolicyErrorDetail.Builder errorMessage(String errorMessage)

      A description of the error. For example, The specified Lifecycle Policy is not found.

      Parameters:
      errorMessage - A description of the error. For example, The specified Lifecycle Policy is not found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      The error code for the request. For example, NOT_FOUND.

      Parameters:
      errorCode - The error code for the request. For example, NOT_FOUND.
      Returns:
      Returns a reference to this object so that method calls can be chained together.