static CreateEndpointRequest.Builder |
CreateEndpointRequest.builder() |
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.description(String description) |
A description of the global endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.eventBuses(Collection<EndpointEventBus> eventBuses) |
Define the event buses used.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses) |
Define the event buses used.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.eventBuses(EndpointEventBus... eventBuses) |
Define the event buses used.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.name(String name) |
The name of the global endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) |
Enable or disable event replication.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.replicationConfig(ReplicationConfig replicationConfig) |
Enable or disable event replication.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.roleArn(String roleArn) |
The ARN of the role used for replication.
|
default CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.routingConfig(Consumer<RoutingConfig.Builder> routingConfig) |
Configure the routing policy, including the health check and secondary Region..
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.routingConfig(RoutingConfig routingConfig) |
Configure the routing policy, including the health check and secondary Region..
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.toBuilder() |
|