@Stability(value=Stable) public static final class CfnEventSourceMapping.SelfManagedEventSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEventSourceMapping.SelfManagedEventSourceProperty>
CfnEventSourceMapping.SelfManagedEventSourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEventSourceMapping.SelfManagedEventSourceProperty |
build()
Builds the configured instance.
|
CfnEventSourceMapping.SelfManagedEventSourceProperty.Builder |
endpoints(CfnEventSourceMapping.EndpointsProperty endpoints)
Sets the value of
CfnEventSourceMapping.SelfManagedEventSourceProperty.getEndpoints() |
CfnEventSourceMapping.SelfManagedEventSourceProperty.Builder |
endpoints(IResolvable endpoints)
Sets the value of
CfnEventSourceMapping.SelfManagedEventSourceProperty.getEndpoints() |
@Stability(value=Stable) public CfnEventSourceMapping.SelfManagedEventSourceProperty.Builder endpoints(IResolvable endpoints)
CfnEventSourceMapping.SelfManagedEventSourceProperty.getEndpoints()endpoints - 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.SelfManagedEventSourceProperty.Builder endpoints(CfnEventSourceMapping.EndpointsProperty endpoints)
CfnEventSourceMapping.SelfManagedEventSourceProperty.getEndpoints()endpoints - 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.SelfManagedEventSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnEventSourceMapping.SelfManagedEventSourceProperty>CfnEventSourceMapping.SelfManagedEventSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.