public static interface UpdateEndpointResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<UpdateEndpointResponse.Builder,UpdateEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointResponse.Builder |
arn(String arn)
The ARN of the endpoint you updated in this request.
|
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.
|
UpdateEndpointResponse.Builder |
name(String name)
The name of the endpoint you updated in this request.
|
default UpdateEndpointResponse.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.
|
UpdateEndpointResponse.Builder |
roleArn(String roleArn)
The ARN of the role used by event replication for the endpoint you updated in this request.
|
default UpdateEndpointResponse.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.
|
UpdateEndpointResponse.Builder |
state(EndpointState state)
The state of the endpoint you updated in this request.
|
UpdateEndpointResponse.Builder |
state(String state)
The state of the endpoint you updated in this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEndpointResponse.Builder name(String name)
The name of the endpoint you updated in this request.
name - The name of the endpoint you updated in this request.UpdateEndpointResponse.Builder arn(String arn)
The ARN of the endpoint you updated in this request.
arn - The ARN of the endpoint you updated in this request.UpdateEndpointResponse.Builder routingConfig(RoutingConfig routingConfig)
The routing configuration you updated in this request.
routingConfig - The routing configuration you updated in this request.default UpdateEndpointResponse.Builder routingConfig(Consumer<RoutingConfig.Builder> routingConfig)
The routing configuration you updated in 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)UpdateEndpointResponse.Builder replicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled for the endpoint you updated in this request.
replicationConfig - Whether event replication was enabled or disabled for the endpoint you updated in this request.default UpdateEndpointResponse.Builder replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)
Whether event replication was enabled or disabled for the endpoint you updated in 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)UpdateEndpointResponse.Builder eventBuses(Collection<EndpointEventBus> eventBuses)
The event buses used for replication for the endpoint you updated in this request.
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.
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.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #eventBuses(List) .eventBuses - a consumer that will call methods on List.Builder #eventBuses(List) UpdateEndpointResponse.Builder roleArn(String roleArn)
The ARN of the role used by event replication for the endpoint you updated in this request.
roleArn - The ARN of the role used by event replication for the endpoint you updated in this request.UpdateEndpointResponse.Builder endpointId(String endpointId)
The ID of the endpoint you updated in this request.
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.
endpointUrl - The URL of the endpoint you updated in this request.UpdateEndpointResponse.Builder state(String state)
The state of the endpoint you updated in this request.
state - The state of the endpoint you updated in this request.EndpointState,
EndpointStateUpdateEndpointResponse.Builder state(EndpointState state)
The state of the endpoint you updated in this request.
state - The state of the endpoint you updated in this request.EndpointState,
EndpointStateCopyright © 2022. All rights reserved.