Interface ListClusterOperationsV2Request.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListClusterOperationsV2Request.Builder,ListClusterOperationsV2Request>
,KafkaRequest.Builder
,SdkBuilder<ListClusterOperationsV2Request.Builder,ListClusterOperationsV2Request>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListClusterOperationsV2Request
public static interface ListClusterOperationsV2Request.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListClusterOperationsV2Request.Builder,ListClusterOperationsV2Request>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListClusterOperationsV2Request.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterArn
ListClusterOperationsV2Request.Builder clusterArn(String clusterArn)
The arn of the cluster whose operations are being requested.- Parameters:
clusterArn
- The arn of the cluster whose operations are being requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListClusterOperationsV2Request.Builder maxResults(Integer maxResults)
The maxResults of the query.- Parameters:
maxResults
- The maxResults of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListClusterOperationsV2Request.Builder nextToken(String nextToken)
The nextToken of the query.- Parameters:
nextToken
- The nextToken of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListClusterOperationsV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListClusterOperationsV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-