Interface ListNodesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>, KafkaRequest.Builder, SdkBuilder<ListNodesRequest.Builder,ListNodesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListNodesRequest

public static interface ListNodesRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>
  • Method Details

    • clusterArn

      ListNodesRequest.Builder clusterArn(String clusterArn)

      The Amazon Resource Name (ARN) that uniquely identifies the cluster.

      Parameters:
      clusterArn -

      The Amazon Resource Name (ARN) that uniquely identifies the cluster.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListNodesRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

      Parameters:
      maxResults -

      The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListNodesRequest.Builder nextToken(String nextToken)

      The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.

      Parameters:
      nextToken -

      The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListNodesRequest.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.