Interface ListIdentitiesRequest.Builder

    • Method Detail

      • identityType

        ListIdentitiesRequest.Builder identityType​(String identityType)

        The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.

        Parameters:
        identityType - The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityType, IdentityType
      • identityType

        ListIdentitiesRequest.Builder identityType​(IdentityType identityType)

        The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.

        Parameters:
        identityType - The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityType, IdentityType
      • nextToken

        ListIdentitiesRequest.Builder nextToken​(String nextToken)

        The token to use for pagination.

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

        ListIdentitiesRequest.Builder maxItems​(Integer maxItems)

        The maximum number of identities per page. Possible values are 1-1000 inclusive.

        Parameters:
        maxItems - The maximum number of identities per page. Possible values are 1-1000 inclusive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.