public static interface ListNodesRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListNodesRequest.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
ListNodesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListNodesRequest.Builder |
nextToken(String nextToken)
The paginated results marker.
|
ListNodesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNodesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNodesRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
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.
maxResults - The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
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.
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.
ListNodesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListNodesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.