Interface ListContainersResponse.Builder

    • Method Detail

      • containers

        ListContainersResponse.Builder containers​(Collection<Container> containers)

        The names of the containers.

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

        ListContainersResponse.Builder containers​(Container... containers)

        The names of the containers.

        Parameters:
        containers - The names of the containers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListContainersResponse.Builder nextToken​(String nextToken)

        NextToken is the token to use in the next call to ListContainers. This token is returned only if you included the MaxResults tag in the original command, and only if there are still containers to return.

        Parameters:
        nextToken - NextToken is the token to use in the next call to ListContainers. This token is returned only if you included the MaxResults tag in the original command, and only if there are still containers to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.