Interface CreateConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateConfigurationRequest.Builder,
,CreateConfigurationRequest> KafkaRequest.Builder
,SdkBuilder<CreateConfigurationRequest.Builder,
,CreateConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the configuration.kafkaVersions
(String... kafkaVersions) The versions of Apache Kafka with which you can use this MSK configuration.kafkaVersions
(Collection<String> kafkaVersions) The versions of Apache Kafka with which you can use this MSK configuration.The name of the configuration.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serverProperties
(SdkBytes serverProperties) Contents of theserver.properties file.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 Details
-
description
The description of the configuration.
- Parameters:
description
-The description of the configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kafkaVersions
The versions of Apache Kafka with which you can use this MSK configuration.
- Parameters:
kafkaVersions
-The versions of Apache Kafka with which you can use this MSK configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kafkaVersions
The versions of Apache Kafka with which you can use this MSK configuration.
- Parameters:
kafkaVersions
-The versions of Apache Kafka with which you can use this MSK configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the configuration.
- Parameters:
name
-The name of the configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverProperties
Contents of the
server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents ofserver.properties can be in plaintext.- Parameters:
serverProperties
-Contents of the
server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents ofserver.properties can be in plaintext.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-