public static interface UpdateEndpointRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointRequest.Builder,UpdateEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest.Builder |
description(String description)
A description for the endpoint.
|
UpdateEndpointRequest.Builder |
eventBuses(Collection<EndpointEventBus> eventBuses)
Define event buses used for replication.
|
UpdateEndpointRequest.Builder |
eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses)
Define event buses used for replication.
|
UpdateEndpointRequest.Builder |
eventBuses(EndpointEventBus... eventBuses)
Define event buses used for replication.
|
UpdateEndpointRequest.Builder |
name(String name)
The name of the endpoint you want to update.
|
UpdateEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateEndpointRequest.Builder |
replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)
Whether event replication was enabled or disabled by this request.
|
UpdateEndpointRequest.Builder |
replicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled by this request.
|
UpdateEndpointRequest.Builder |
roleArn(String roleArn)
The ARN of the role used by event replication for this request.
|
default UpdateEndpointRequest.Builder |
routingConfig(Consumer<RoutingConfig.Builder> routingConfig)
Configure the routing policy, including the health check and secondary Region..
|
UpdateEndpointRequest.Builder |
routingConfig(RoutingConfig routingConfig)
Configure the routing policy, including the health check and secondary Region..
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEndpointRequest.Builder name(String name)
The name of the endpoint you want to update.
name - The name of the endpoint you want to update.UpdateEndpointRequest.Builder description(String description)
A description for the endpoint.
description - A description for the endpoint.UpdateEndpointRequest.Builder routingConfig(RoutingConfig routingConfig)
Configure the routing policy, including the health check and secondary Region..
routingConfig - Configure the routing policy, including the health check and secondary Region..default UpdateEndpointRequest.Builder routingConfig(Consumer<RoutingConfig.Builder> routingConfig)
Configure the routing policy, including the health check and secondary Region..
This is a convenience method that creates an instance of theRoutingConfig.Builder avoiding the need
to create one manually via RoutingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to routingConfig(RoutingConfig).
routingConfig - a consumer that will call methods on RoutingConfig.BuilderroutingConfig(RoutingConfig)UpdateEndpointRequest.Builder replicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled by this request.
replicationConfig - Whether event replication was enabled or disabled by this request.default UpdateEndpointRequest.Builder replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)
Whether event replication was enabled or disabled by this request.
This is a convenience method that creates an instance of theReplicationConfig.Builder avoiding the
need to create one manually via ReplicationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to replicationConfig(ReplicationConfig).
replicationConfig - a consumer that will call methods on ReplicationConfig.BuilderreplicationConfig(ReplicationConfig)UpdateEndpointRequest.Builder eventBuses(Collection<EndpointEventBus> eventBuses)
Define event buses used for replication.
eventBuses - Define event buses used for replication.UpdateEndpointRequest.Builder eventBuses(EndpointEventBus... eventBuses)
Define event buses used for replication.
eventBuses - Define event buses used for replication.UpdateEndpointRequest.Builder eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses)
Define event buses used for replication.
This is a convenience method that creates an instance of theEndpointEventBus.Builder avoiding the need to
create one manually via EndpointEventBus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventBuses(List.
eventBuses - a consumer that will call methods on
EndpointEventBus.Builder#eventBuses(java.util.Collection) UpdateEndpointRequest.Builder roleArn(String roleArn)
The ARN of the role used by event replication for this request.
roleArn - The ARN of the role used by event replication for this request.UpdateEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.