public static interface ListClusterOperationsV2Request.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListClusterOperationsV2Request.Builder,ListClusterOperationsV2Request>
| Modifier and Type | Method and Description |
|---|---|
ListClusterOperationsV2Request.Builder |
clusterArn(String clusterArn)
The arn of the cluster whose operations are being requested.
|
ListClusterOperationsV2Request.Builder |
maxResults(Integer maxResults)
The maxResults of the query.
|
ListClusterOperationsV2Request.Builder |
nextToken(String nextToken)
The nextToken of the query.
|
ListClusterOperationsV2Request.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListClusterOperationsV2Request.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClusterOperationsV2Request.Builder clusterArn(String clusterArn)
clusterArn - The arn of the cluster whose operations are being requested.ListClusterOperationsV2Request.Builder maxResults(Integer maxResults)
maxResults - The maxResults of the query.ListClusterOperationsV2Request.Builder nextToken(String nextToken)
nextToken - The nextToken of the query.ListClusterOperationsV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListClusterOperationsV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.