Uses of Interface
software.amazon.awssdk.services.eventbridge.model.UpdateEndpointResponse.Builder
Packages that use UpdateEndpointResponse.Builder
-
Uses of UpdateEndpointResponse.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return UpdateEndpointResponse.BuilderModifier and TypeMethodDescriptionThe ARN of the endpoint you updated in this request.UpdateEndpointResponse.builder()UpdateEndpointResponse.Builder.endpointId(String endpointId) The ID of the endpoint you updated in this request.UpdateEndpointResponse.Builder.endpointUrl(String endpointUrl) The URL of the endpoint you updated in this request.UpdateEndpointResponse.Builder.eventBuses(Collection<EndpointEventBus> eventBuses) The event buses used for replication for the endpoint you updated in this request.UpdateEndpointResponse.Builder.eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses) The event buses used for replication for the endpoint you updated in this request.UpdateEndpointResponse.Builder.eventBuses(EndpointEventBus... eventBuses) The event buses used for replication for the endpoint you updated in this request.The name of the endpoint you updated in this request.default UpdateEndpointResponse.BuilderUpdateEndpointResponse.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Whether event replication was enabled or disabled for the endpoint you updated in this request.UpdateEndpointResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) Whether event replication was enabled or disabled for the endpoint you updated in this request.The ARN of the role used by event replication for the endpoint you updated in this request.default UpdateEndpointResponse.BuilderUpdateEndpointResponse.Builder.routingConfig(Consumer<RoutingConfig.Builder> routingConfig) The routing configuration you updated in this request.UpdateEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig) The routing configuration you updated in this request.The state of the endpoint you updated in this request.UpdateEndpointResponse.Builder.state(EndpointState state) The state of the endpoint you updated in this request.UpdateEndpointResponse.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type UpdateEndpointResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateEndpointResponse.Builder>UpdateEndpointResponse.serializableBuilderClass()