UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.arn(String arn) |
The ARN of the endpoint you updated in this request.
|
static UpdateEndpointResponse.Builder |
UpdateEndpointResponse.builder() |
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.endpointId(String endpointId) |
The ID of the endpoint you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.endpointUrl(String endpointUrl) |
The URL of the endpoint you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.eventBuses(Collection<EndpointEventBus> eventBuses) |
The event buses used for replication for the endpoint you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses) |
The event buses used for replication for the endpoint you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.eventBuses(EndpointEventBus... eventBuses) |
The event buses used for replication for the endpoint you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.name(String name) |
The name of the endpoint you updated in this request.
|
default UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) |
Whether event replication was enabled or disabled for the endpoint you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) |
Whether event replication was enabled or disabled for the endpoint you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.roleArn(String roleArn) |
The ARN of the role used by event replication for the endpoint you updated in this request.
|
default UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.routingConfig(Consumer<RoutingConfig.Builder> routingConfig) |
The routing configuration you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig) |
The routing configuration you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.state(String state) |
The state of the endpoint you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.state(EndpointState state) |
The state of the endpoint you updated in this request.
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.toBuilder() |
|