Interface ListAliasesResponse.Builder

    • Method Detail

      • aliases

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

        The list of aliases. Each alias describes the KeyArn contained within.

        Parameters:
        aliases - The list of aliases. Each alias describes the KeyArn contained within.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliases

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

        The list of aliases. Each alias describes the KeyArn contained within.

        Parameters:
        aliases - The list of aliases. Each alias describes the KeyArn contained within.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliases

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

        The list of aliases. Each alias describes the KeyArn contained within.

        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)

        The token for the next set of results, or an empty or null value if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or an empty or null value if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.