Interface ListAliasesRequest.Builder

    • Method Detail

      • organizationId

        ListAliasesRequest.Builder organizationId​(String organizationId)

        The identifier for the organization under which the entity exists.

        Parameters:
        organizationId - The identifier for the organization under which the entity exists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityId

        ListAliasesRequest.Builder entityId​(String entityId)

        The identifier for the entity for which to list the aliases.

        Parameters:
        entityId - The identifier for the entity for which to list the aliases.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAliasesRequest.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. The first call does not contain any tokens.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. The first call does not contain any tokens.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListAliasesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in a single call.

        Parameters:
        maxResults - The maximum number of results to return in a single call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.