Uses of Class
software.amazon.awscdk.services.events.CfnEndpointProps.Builder
-
Uses of CfnEndpointProps.Builder in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionstatic CfnEndpointProps.Builder
CfnEndpointProps.builder()
CfnEndpointProps.Builder.description
(String description) Sets the value ofCfnEndpointProps.getDescription()
CfnEndpointProps.Builder.eventBuses
(List<? extends Object> eventBuses) Sets the value ofCfnEndpointProps.getEventBuses()
CfnEndpointProps.Builder.eventBuses
(IResolvable eventBuses) Sets the value ofCfnEndpointProps.getEventBuses()
Sets the value ofCfnEndpointProps.getName()
CfnEndpointProps.Builder.replicationConfig
(IResolvable replicationConfig) Sets the value ofCfnEndpointProps.getReplicationConfig()
CfnEndpointProps.Builder.replicationConfig
(CfnEndpoint.ReplicationConfigProperty replicationConfig) Sets the value ofCfnEndpointProps.getReplicationConfig()
Sets the value ofCfnEndpointProps.getRoleArn()
CfnEndpointProps.Builder.routingConfig
(IResolvable routingConfig) Sets the value ofCfnEndpointProps.getRoutingConfig()
CfnEndpointProps.Builder.routingConfig
(CfnEndpoint.RoutingConfigProperty routingConfig) Sets the value ofCfnEndpointProps.getRoutingConfig()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEndpointProps.Builder
.