Interface ListAliasesRequest.Builder

    • Method Detail

      • imageName

        ListAliasesRequest.Builder imageName​(String imageName)

        The name of the image.

        Parameters:
        imageName - The name of the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alias

        ListAliasesRequest.Builder alias​(String alias)

        The alias of the image version.

        Parameters:
        alias - The alias of the image version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        ListAliasesRequest.Builder version​(Integer version)

        The version of the image. If image version is not specified, the aliases of all versions of the image are listed.

        Parameters:
        version - The version of the image. If image version is not specified, the aliases of all versions of the image are listed.
        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 aliases to return.

        Parameters:
        maxResults - The maximum number of aliases to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAliasesRequest.Builder nextToken​(String nextToken)

        If the previous call to ListAliases didn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.

        Parameters:
        nextToken - If the previous call to ListAliases didn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.
        Returns:
        Returns a reference to this object so that method calls can be chained together.