public static interface CreateConfigurationRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationRequest.Builder,CreateConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConfigurationRequest.Builder |
description(String description)
The description of the configuration.
|
CreateConfigurationRequest.Builder |
kafkaVersions(Collection<String> kafkaVersions)
The versions of Apache Kafka with which you can use this MSK configuration.
|
CreateConfigurationRequest.Builder |
kafkaVersions(String... kafkaVersions)
The versions of Apache Kafka with which you can use this MSK configuration.
|
CreateConfigurationRequest.Builder |
name(String name)
The name of the configuration.
|
CreateConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConfigurationRequest.Builder |
serverProperties(SdkBytes serverProperties)
Contents of the
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfigurationRequest.Builder description(String description)
The description of the configuration.
description - The description of the configuration.
CreateConfigurationRequest.Builder kafkaVersions(Collection<String> kafkaVersions)
The versions of Apache Kafka with which you can use this MSK configuration.
kafkaVersions - The versions of Apache Kafka with which you can use this MSK configuration.
CreateConfigurationRequest.Builder kafkaVersions(String... kafkaVersions)
The versions of Apache Kafka with which you can use this MSK configuration.
kafkaVersions - The versions of Apache Kafka with which you can use this MSK configuration.
CreateConfigurationRequest.Builder name(String name)
The name of the configuration.
name - The name of the configuration.
CreateConfigurationRequest.Builder serverProperties(SdkBytes serverProperties)
Contents of the
serverProperties -
Contents of the
CreateConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.