public static interface CreateEndpointResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<CreateEndpointResponse.Builder,CreateEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointResponse.Builder |
arn(String arn)
The ARN of the endpoint that was created by this request.
|
CreateEndpointResponse.Builder |
eventBuses(Collection<EndpointEventBus> eventBuses)
The event buses used by this request.
|
CreateEndpointResponse.Builder |
eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses)
The event buses used by this request.
|
CreateEndpointResponse.Builder |
eventBuses(EndpointEventBus... eventBuses)
The event buses used by this request.
|
CreateEndpointResponse.Builder |
name(String name)
The name of the endpoint that was created by this request.
|
default CreateEndpointResponse.Builder |
replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)
Whether event replication was enabled or disabled by this request.
|
CreateEndpointResponse.Builder |
replicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled by this request.
|
CreateEndpointResponse.Builder |
roleArn(String roleArn)
The ARN of the role used by event replication for this request.
|
default CreateEndpointResponse.Builder |
routingConfig(Consumer<RoutingConfig.Builder> routingConfig)
The routing configuration defined by this request.
|
CreateEndpointResponse.Builder |
routingConfig(RoutingConfig routingConfig)
The routing configuration defined by this request.
|
CreateEndpointResponse.Builder |
state(EndpointState state)
The state of the endpoint that was created by this request.
|
CreateEndpointResponse.Builder |
state(String state)
The state of the endpoint that was created by this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEndpointResponse.Builder name(String name)
The name of the endpoint that was created by this request.
name - The name of the endpoint that was created by this request.CreateEndpointResponse.Builder arn(String arn)
The ARN of the endpoint that was created by this request.
arn - The ARN of the endpoint that was created by this request.CreateEndpointResponse.Builder routingConfig(RoutingConfig routingConfig)
The routing configuration defined by this request.
routingConfig - The routing configuration defined by this request.default CreateEndpointResponse.Builder routingConfig(Consumer<RoutingConfig.Builder> routingConfig)
The routing configuration defined by this request.
This is a convenience method that creates an instance of theRoutingConfig.Builder avoiding the need
to create one manually via RoutingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to routingConfig(RoutingConfig).
routingConfig - a consumer that will call methods on RoutingConfig.BuilderroutingConfig(RoutingConfig)CreateEndpointResponse.Builder replicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled by this request.
replicationConfig - Whether event replication was enabled or disabled by this request.default CreateEndpointResponse.Builder replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)
Whether event replication was enabled or disabled by this request.
This is a convenience method that creates an instance of theReplicationConfig.Builder avoiding the
need to create one manually via ReplicationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to replicationConfig(ReplicationConfig).
replicationConfig - a consumer that will call methods on ReplicationConfig.BuilderreplicationConfig(ReplicationConfig)CreateEndpointResponse.Builder eventBuses(Collection<EndpointEventBus> eventBuses)
The event buses used by this request.
eventBuses - The event buses used by this request.CreateEndpointResponse.Builder eventBuses(EndpointEventBus... eventBuses)
The event buses used by this request.
eventBuses - The event buses used by this request.CreateEndpointResponse.Builder eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses)
The event buses used by this request.
This is a convenience method that creates an instance of theEndpointEventBus.Builder avoiding the need to
create one manually via EndpointEventBus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventBuses(List.
eventBuses - a consumer that will call methods on
EndpointEventBus.Builder#eventBuses(java.util.Collection) CreateEndpointResponse.Builder roleArn(String roleArn)
The ARN of the role used by event replication for this request.
roleArn - The ARN of the role used by event replication for this request.CreateEndpointResponse.Builder state(String state)
The state of the endpoint that was created by this request.
state - The state of the endpoint that was created by this request.EndpointState,
EndpointStateCreateEndpointResponse.Builder state(EndpointState state)
The state of the endpoint that was created by this request.
state - The state of the endpoint that was created by this request.EndpointState,
EndpointStateCopyright © 2023. All rights reserved.