Interface ListContainersRequest.Builder

    • Method Detail

      • nextToken

        ListContainersRequest.Builder nextToken​(String nextToken)

        Only if you used MaxResults in the first command, enter the token (which was included in the previous response) to obtain the next set of containers. This token is included in a response only if there actually are more containers to list.

        Parameters:
        nextToken - Only if you used MaxResults in the first command, enter the token (which was included in the previous response) to obtain the next set of containers. This token is included in a response only if there actually are more containers to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListContainersRequest.Builder maxResults​(Integer maxResults)

        Enter the maximum number of containers in the response. Use from 1 to 255 characters.

        Parameters:
        maxResults - Enter the maximum number of containers in the response. Use from 1 to 255 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.