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
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) The arn of the cluster whose operations are being requested.maxResults
(Integer maxResults) The maxResults of the query.The nextToken of the query.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListClusterOperationsV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-