Interface ListAliasesResponse.Builder

    • Method Detail

      • aliases

        ListAliasesResponse.Builder aliases​(Collection<String> aliases)

        The entity's paginated aliases.

        Parameters:
        aliases - The entity's paginated aliases.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliases

        ListAliasesResponse.Builder aliases​(String... aliases)

        The entity's paginated aliases.

        Parameters:
        aliases - The entity's paginated aliases.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAliasesResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.