Interface ListContainersRequest.Builder

  • Method Details

    • 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.
    • overrideConfiguration

      ListContainersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.