public static interface BatchDisassociateScramSecretRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateScramSecretRequest.Builder,BatchDisassociateScramSecretRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateScramSecretRequest.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster to be updated.
|
BatchDisassociateScramSecretRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDisassociateScramSecretRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDisassociateScramSecretRequest.Builder |
secretArnList(Collection<String> secretArnList)
List of AWS Secrets Manager secret ARNs.
|
BatchDisassociateScramSecretRequest.Builder |
secretArnList(String... secretArnList)
List of AWS Secrets Manager secret ARNs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateScramSecretRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster to be updated.
clusterArn - The Amazon Resource Name (ARN) of the cluster to be updated.
BatchDisassociateScramSecretRequest.Builder secretArnList(Collection<String> secretArnList)
List of AWS Secrets Manager secret ARNs.
secretArnList - List of AWS Secrets Manager secret ARNs.
BatchDisassociateScramSecretRequest.Builder secretArnList(String... secretArnList)
List of AWS Secrets Manager secret ARNs.
secretArnList - List of AWS Secrets Manager secret ARNs.
BatchDisassociateScramSecretRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDisassociateScramSecretRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.