Uses of Interface
software.amazon.awssdk.services.eventbridge.model.Endpoint.Builder
Packages that use Endpoint.Builder
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return Endpoint.BuilderModifier and TypeMethodDescriptionThe ARN of the endpoint.static Endpoint.BuilderEndpoint.builder()Endpoint.Builder.creationTime(Instant creationTime) The time the endpoint was created.Endpoint.Builder.description(String description) A description for the endpoint.Endpoint.Builder.endpointId(String endpointId) The URL subdomain of the endpoint.Endpoint.Builder.endpointUrl(String endpointUrl) The URL of the endpoint.Endpoint.Builder.eventBuses(Collection<EndpointEventBus> eventBuses) The event buses being used by the endpoint.Endpoint.Builder.eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses) The event buses being used by the endpoint.Endpoint.Builder.eventBuses(EndpointEventBus... eventBuses) The event buses being used by the endpoint.Endpoint.Builder.lastModifiedTime(Instant lastModifiedTime) The last time the endpoint was modified.The name of the endpoint.default Endpoint.BuilderEndpoint.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Whether event replication was enabled or disabled for this endpoint.Endpoint.Builder.replicationConfig(ReplicationConfig replicationConfig) Whether event replication was enabled or disabled for this endpoint.The ARN of the role used by event replication for the endpoint.default Endpoint.BuilderEndpoint.Builder.routingConfig(Consumer<RoutingConfig.Builder> routingConfig) The routing configuration of the endpoint.Endpoint.Builder.routingConfig(RoutingConfig routingConfig) The routing configuration of the endpoint.The current state of the endpoint.Endpoint.Builder.state(EndpointState state) The current state of the endpoint.Endpoint.Builder.stateReason(String stateReason) The reason the endpoint is in its current state.Endpoint.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Endpoint.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Endpoint.Builder>Endpoint.serializableBuilderClass()