Interface BatchDisassociateScramSecretRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDisassociateScramSecretRequest.Builder,BatchDisassociateScramSecretRequest>,KafkaRequest.Builder,SdkBuilder<BatchDisassociateScramSecretRequest.Builder,BatchDisassociateScramSecretRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDisassociateScramSecretRequest
public static interface BatchDisassociateScramSecretRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateScramSecretRequest.Builder,BatchDisassociateScramSecretRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDisassociateScramSecretRequest.BuilderclusterArn(String clusterArn)The Amazon Resource Name (ARN) of the cluster to be updated.BatchDisassociateScramSecretRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDisassociateScramSecretRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDisassociateScramSecretRequest.BuildersecretArnList(String... secretArnList)List of AWS Secrets Manager secret ARNs.BatchDisassociateScramSecretRequest.BuildersecretArnList(Collection<String> secretArnList)List of AWS Secrets Manager secret ARNs.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterArn
BatchDisassociateScramSecretRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster to be updated.
- Parameters:
clusterArn-The Amazon Resource Name (ARN) of the cluster to be updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretArnList
BatchDisassociateScramSecretRequest.Builder secretArnList(Collection<String> secretArnList)
List of AWS Secrets Manager secret ARNs.
- Parameters:
secretArnList-List of AWS Secrets Manager secret ARNs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretArnList
BatchDisassociateScramSecretRequest.Builder secretArnList(String... secretArnList)
List of AWS Secrets Manager secret ARNs.
- Parameters:
secretArnList-List of AWS Secrets Manager secret ARNs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDisassociateScramSecretRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDisassociateScramSecretRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-