Uses of Class
software.amazon.awscdk.services.events.CfnEndpoint.Builder
-
Uses of CfnEndpoint.Builder in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionstatic CfnEndpoint.Builder
CfnEndpoint.Builder.description
(String description) A description for the endpoint.CfnEndpoint.Builder.eventBuses
(List<? extends Object> eventBuses) The event buses being used by the endpoint.CfnEndpoint.Builder.eventBuses
(IResolvable eventBuses) The event buses being used by the endpoint.The name of the endpoint.CfnEndpoint.Builder.replicationConfig
(IResolvable replicationConfig) Whether event replication was enabled or disabled for this endpoint.CfnEndpoint.Builder.replicationConfig
(CfnEndpoint.ReplicationConfigProperty replicationConfig) Whether event replication was enabled or disabled for this endpoint.The ARN of the role used by event replication for the endpoint.CfnEndpoint.Builder.routingConfig
(IResolvable routingConfig) The routing configuration of the endpoint.CfnEndpoint.Builder.routingConfig
(CfnEndpoint.RoutingConfigProperty routingConfig) The routing configuration of the endpoint.