@Stability(value=Stable) public static final class CfnConfigurationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationProps>
CfnConfigurationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationProps |
build()
Builds the configured instance.
|
CfnConfigurationProps.Builder |
description(String description)
Sets the value of
CfnConfigurationProps.getDescription() |
CfnConfigurationProps.Builder |
kafkaVersionsList(List<String> kafkaVersionsList)
Sets the value of
CfnConfigurationProps.getKafkaVersionsList() |
CfnConfigurationProps.Builder |
name(String name)
Sets the value of
CfnConfigurationProps.getName() |
CfnConfigurationProps.Builder |
serverProperties(String serverProperties)
Sets the value of
CfnConfigurationProps.getServerProperties() |
@Stability(value=Stable) public CfnConfigurationProps.Builder name(String name)
CfnConfigurationProps.getName()name - The name of the configuration. This parameter is required.
Configuration names are strings that match the regex "^[0-9A-Za-z][0-9A-Za-z-]{0,}$".this@Stability(value=Stable) public CfnConfigurationProps.Builder serverProperties(String serverProperties)
CfnConfigurationProps.getServerProperties()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 console, the SDK, or the CLI, the contents of server.properties can be in plaintext. This parameter is required.this@Stability(value=Stable) public CfnConfigurationProps.Builder description(String description)
CfnConfigurationProps.getDescription()description - The description of the configuration.this@Stability(value=Stable) public CfnConfigurationProps.Builder kafkaVersionsList(List<String> kafkaVersionsList)
CfnConfigurationProps.getKafkaVersionsList()kafkaVersionsList - A list of the versions of Apache Kafka with which you can use this MSK configuration.
You can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this list.this@Stability(value=Stable) public CfnConfigurationProps build()
build in interface software.amazon.jsii.Builder<CfnConfigurationProps>CfnConfigurationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.