Interface CreatePolicyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreatePolicyResponse.Builder,CreatePolicyResponse>, IotResponse.Builder, SdkBuilder<CreatePolicyResponse.Builder,CreatePolicyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreatePolicyResponse

public static interface CreatePolicyResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreatePolicyResponse.Builder,CreatePolicyResponse>
  • 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.