Interface CreatePolicyVersionResponse.Builder

  • Method Details

    • 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

      CreatePolicyVersionResponse.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

      CreatePolicyVersionResponse.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.
    • isDefaultVersion

      CreatePolicyVersionResponse.Builder isDefaultVersion(Boolean isDefaultVersion)

      Specifies whether the policy version is the default.

      Parameters:
      isDefaultVersion - Specifies whether the policy version is the default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.