Interface ListScramSecretsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListScramSecretsRequest.Builder,ListScramSecretsRequest>
,KafkaRequest.Builder
,SdkBuilder<ListScramSecretsRequest.Builder,ListScramSecretsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListScramSecretsRequest
public static interface ListScramSecretsRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListScramSecretsRequest.Builder,ListScramSecretsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListScramSecretsRequest.Builder
clusterArn(String clusterArn)
The arn of the cluster.ListScramSecretsRequest.Builder
maxResults(Integer maxResults)
The maxResults of the query.ListScramSecretsRequest.Builder
nextToken(String nextToken)
The nextToken of the query.ListScramSecretsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListScramSecretsRequest.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
ListScramSecretsRequest.Builder clusterArn(String clusterArn)
The arn of the cluster.
- Parameters:
clusterArn
-The arn of the cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListScramSecretsRequest.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
ListScramSecretsRequest.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
ListScramSecretsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListScramSecretsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-