Interface BedrockDataAutomationRuntimeEndpointProvider
-
- All Superinterfaces:
EndpointProvider
- All Known Implementing Classes:
DefaultBedrockDataAutomationRuntimeEndpointProvider
@Generated("software.amazon.awssdk:codegen") public interface BedrockDataAutomationRuntimeEndpointProvider extends EndpointProvider
An endpoint provider for BedrockDataAutomationRuntime. The endpoint provider takes a set of parameters usingBedrockDataAutomationRuntimeEndpointParams, and resolves anEndpointbase on the given parameters.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BedrockDataAutomationRuntimeEndpointProviderdefaultProvider()default CompletableFuture<Endpoint>resolveEndpoint(Consumer<BedrockDataAutomationRuntimeEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.CompletableFuture<Endpoint>resolveEndpoint(BedrockDataAutomationRuntimeEndpointParams endpointParams)Compute the endpoint based on the given set of parameters.
-
-
-
Method Detail
-
resolveEndpoint
CompletableFuture<Endpoint> resolveEndpoint(BedrockDataAutomationRuntimeEndpointParams endpointParams)
Compute the endpoint based on the given set of parameters.
-
resolveEndpoint
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<BedrockDataAutomationRuntimeEndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.
-
defaultProvider
static BedrockDataAutomationRuntimeEndpointProvider defaultProvider()
-
-