Interface DeletePolicyStatementResponse.Builder

    • Method Detail

      • arn

        DeletePolicyStatementResponse.Builder arn​(String arn)

        The ARN of the resource for which the policy need to be deleted.

        Parameters:
        arn - The ARN of the resource for which the policy need to be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policy

        DeletePolicyStatementResponse.Builder policy​(String policy)

        The resource-based policy.

        Parameters:
        policy - The resource-based policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • token

        DeletePolicyStatementResponse.Builder token​(String token)

        A unique identifier for the deleted policy.

        Parameters:
        token - A unique identifier for the deleted policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.