@Stability(value=Stable) public static final class CfnConnector.ApacheKafkaClusterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnector.ApacheKafkaClusterProperty>
CfnConnector.ApacheKafkaClusterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnector.ApacheKafkaClusterProperty.Builder |
bootstrapServers(String bootstrapServers)
Sets the value of
CfnConnector.ApacheKafkaClusterProperty.getBootstrapServers() |
CfnConnector.ApacheKafkaClusterProperty |
build()
Builds the configured instance.
|
CfnConnector.ApacheKafkaClusterProperty.Builder |
vpc(CfnConnector.VpcProperty vpc)
Sets the value of
CfnConnector.ApacheKafkaClusterProperty.getVpc() |
CfnConnector.ApacheKafkaClusterProperty.Builder |
vpc(IResolvable vpc)
Sets the value of
CfnConnector.ApacheKafkaClusterProperty.getVpc() |
@Stability(value=Stable) public CfnConnector.ApacheKafkaClusterProperty.Builder bootstrapServers(String bootstrapServers)
CfnConnector.ApacheKafkaClusterProperty.getBootstrapServers()bootstrapServers - The bootstrap servers of the cluster. This parameter is required.this@Stability(value=Stable) public CfnConnector.ApacheKafkaClusterProperty.Builder vpc(CfnConnector.VpcProperty vpc)
CfnConnector.ApacheKafkaClusterProperty.getVpc()vpc - Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster. This parameter is required.this@Stability(value=Stable) public CfnConnector.ApacheKafkaClusterProperty.Builder vpc(IResolvable vpc)
CfnConnector.ApacheKafkaClusterProperty.getVpc()vpc - Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster. This parameter is required.this@Stability(value=Stable) public CfnConnector.ApacheKafkaClusterProperty build()
build in interface software.amazon.jsii.Builder<CfnConnector.ApacheKafkaClusterProperty>CfnConnector.ApacheKafkaClusterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.