Interface DeploymentWarningEntry.Builder

  • Method Details

    • code

      A code that identifies the type of warning.

      Parameters:
      code - A code that identifies the type of warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyArn

      DeploymentWarningEntry.Builder policyArn(String policyArn)

      The ARN of the policy that the warning relates to.

      Parameters:
      policyArn - The ARN of the policy that the warning relates to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A human-readable description of the warning.

      Parameters:
      message - A human-readable description of the warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.