@Stability(value=Stable) public static final class CfnEventSourceMapping.EndpointsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEventSourceMapping.EndpointsProperty>
CfnEventSourceMapping.EndpointsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEventSourceMapping.EndpointsProperty |
build()
Builds the configured instance.
|
CfnEventSourceMapping.EndpointsProperty.Builder |
kafkaBootstrapServers(List<String> kafkaBootstrapServers)
Sets the value of
CfnEventSourceMapping.EndpointsProperty.getKafkaBootstrapServers() |
@Stability(value=Stable) public CfnEventSourceMapping.EndpointsProperty.Builder kafkaBootstrapServers(List<String> kafkaBootstrapServers)
CfnEventSourceMapping.EndpointsProperty.getKafkaBootstrapServers()kafkaBootstrapServers - The list of bootstrap servers for your Kafka brokers in the following format: `"KafkaBootstrapServers": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"]` .this@Stability(value=Stable) public CfnEventSourceMapping.EndpointsProperty build()
build in interface software.amazon.jsii.Builder<CfnEventSourceMapping.EndpointsProperty>CfnEventSourceMapping.EndpointsPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.