Interface BatchListPolicyAttachmentsResponse.Builder

    • Method Detail

      • 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

        BatchListPolicyAttachmentsResponse.Builder nextToken​(String nextToken)

        The pagination token.

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