Endpoint.Builder |
Endpoint.Builder.arn(String arn) |
The ARN of the endpoint.
|
static Endpoint.Builder |
Endpoint.builder() |
|
Endpoint.Builder |
Endpoint.Builder.creationTime(Instant creationTime) |
The time the endpoint was created.
|
Endpoint.Builder |
Endpoint.Builder.description(String description) |
A description for the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.endpointId(String endpointId) |
The URL subdomain of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.endpointUrl(String endpointUrl) |
The URL of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.eventBuses(Collection<EndpointEventBus> eventBuses) |
The event buses being used by the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses) |
The event buses being used by the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.eventBuses(EndpointEventBus... eventBuses) |
The event buses being used by the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.lastModifiedTime(Instant lastModifiedTime) |
The last time the endpoint was modified.
|
Endpoint.Builder |
Endpoint.Builder.name(String name) |
The name of the endpoint.
|
default Endpoint.Builder |
Endpoint.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) |
Whether event replication was enabled or disabled for this endpoint.
|
Endpoint.Builder |
Endpoint.Builder.replicationConfig(ReplicationConfig replicationConfig) |
Whether event replication was enabled or disabled for this endpoint.
|
Endpoint.Builder |
Endpoint.Builder.roleArn(String roleArn) |
The ARN of the role used by event replication for the endpoint.
|
default Endpoint.Builder |
Endpoint.Builder.routingConfig(Consumer<RoutingConfig.Builder> routingConfig) |
The routing configuration of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.routingConfig(RoutingConfig routingConfig) |
The routing configuration of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.state(String state) |
The current state of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.state(EndpointState state) |
The current state of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.stateReason(String stateReason) |
The reason the endpoint is in its current state.
|
Endpoint.Builder |
Endpoint.toBuilder() |
|