Interface CreatePolicyResponse.Builder

  • Method Details

    • policyName

      CreatePolicyResponse.Builder policyName(String policyName)

      The policy name.

      Parameters:
      policyName - The policy name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyArn

      CreatePolicyResponse.Builder policyArn(String policyArn)

      The policy ARN.

      Parameters:
      policyArn - The policy ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyDocument

      CreatePolicyResponse.Builder policyDocument(String policyDocument)

      The JSON document that describes the policy.

      Parameters:
      policyDocument - The JSON document that describes the policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyVersionId

      CreatePolicyResponse.Builder policyVersionId(String policyVersionId)

      The policy version ID.

      Parameters:
      policyVersionId - The policy version ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.