CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.arn(String arn) |
The ARN of the endpoint that was created by this request.
|
static CreateEndpointResponse.Builder |
CreateEndpointResponse.builder() |
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.eventBuses(Collection<EndpointEventBus> eventBuses) |
The event buses used by this request.
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses) |
The event buses used by this request.
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.eventBuses(EndpointEventBus... eventBuses) |
The event buses used by this request.
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.name(String name) |
The name of the endpoint that was created by this request.
|
default CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) |
Whether event replication was enabled or disabled by this request.
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) |
Whether event replication was enabled or disabled by this request.
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.roleArn(String roleArn) |
The ARN of the role used by event replication for this request.
|
default CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.routingConfig(Consumer<RoutingConfig.Builder> routingConfig) |
The routing configuration defined by this request.
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig) |
The routing configuration defined by this request.
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.state(String state) |
The state of the endpoint that was created by this request.
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.state(EndpointState state) |
The state of the endpoint that was created by this request.
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.toBuilder() |
|