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