Interface ListAliasesResponse.Builder

    • Method Detail

      • aliases

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

        A collection of alias resources that match the request parameters.

        Parameters:
        aliases - A collection of alias resources that match the request parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliases

        ListAliasesResponse.Builder aliases​(Alias... aliases)

        A collection of alias resources that match the request parameters.

        Parameters:
        aliases - A collection of alias resources that match the request parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliases

        ListAliasesResponse.Builder aliases​(Consumer<Alias.Builder>... aliases)

        A collection of alias resources that match the request parameters.

        This is a convenience method that creates an instance of the Alias.Builder avoiding the need to create one manually via Alias.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #aliases(List).

        Parameters:
        aliases - a consumer that will call methods on Alias.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #aliases(java.util.Collection)
      • nextToken

        ListAliasesResponse.Builder nextToken​(String nextToken)

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Parameters:
        nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.