Interface BatchListPolicyAttachmentsResponse.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchListPolicyAttachmentsResponse.Builder,BatchListPolicyAttachmentsResponse>, SdkBuilder<BatchListPolicyAttachmentsResponse.Builder,BatchListPolicyAttachmentsResponse>, SdkPojo
Enclosing class:
BatchListPolicyAttachmentsResponse

public static interface BatchListPolicyAttachmentsResponse.Builder extends SdkPojo, CopyableBuilder<BatchListPolicyAttachmentsResponse.Builder,BatchListPolicyAttachmentsResponse>
  • Method Details

    • objectIdentifiers

      BatchListPolicyAttachmentsResponse.Builder objectIdentifiers(Collection<String> objectIdentifiers)

      A list of ObjectIdentifiers to which the policy is attached.

      Parameters:
      objectIdentifiers - A list of ObjectIdentifiers to which the policy is attached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectIdentifiers

      BatchListPolicyAttachmentsResponse.Builder objectIdentifiers(String... objectIdentifiers)

      A list of ObjectIdentifiers to which the policy is attached.

      Parameters:
      objectIdentifiers - A list of ObjectIdentifiers to which the policy is attached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token.

      Parameters:
      nextToken - The pagination token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.