static UpdateEndpointRequest.Builder |
UpdateEndpointRequest.builder() |
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.description(String description) |
A description for the endpoint.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.eventBuses(Collection<EndpointEventBus> eventBuses) |
Define event buses used for replication.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses) |
Define event buses used for replication.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.eventBuses(EndpointEventBus... eventBuses) |
Define event buses used for replication.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.name(String name) |
The name of the endpoint you want to update.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) |
Whether event replication was enabled or disabled by this request.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.replicationConfig(ReplicationConfig replicationConfig) |
Whether event replication was enabled or disabled by this request.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.roleArn(String roleArn) |
The ARN of the role used by event replication for this request.
|
default UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.routingConfig(Consumer<RoutingConfig.Builder> routingConfig) |
Configure the routing policy, including the health check and secondary Region.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.routingConfig(RoutingConfig routingConfig) |
Configure the routing policy, including the health check and secondary Region.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.toBuilder() |
|