Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.endpoints.BedrockDataAutomationEndpointParams.Builder
-
Packages that use BedrockDataAutomationEndpointParams.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.endpoints -
-
Uses of BedrockDataAutomationEndpointParams.Builder in software.amazon.awssdk.services.bedrockdataautomation.endpoints
Methods in software.amazon.awssdk.services.bedrockdataautomation.endpoints that return BedrockDataAutomationEndpointParams.Builder Modifier and Type Method Description static BedrockDataAutomationEndpointParams.BuilderBedrockDataAutomationEndpointParams. builder()BedrockDataAutomationEndpointParams.BuilderBedrockDataAutomationEndpointParams.Builder. endpoint(String endpoint)BedrockDataAutomationEndpointParams.BuilderBedrockDataAutomationEndpointParams.Builder. region(Region region)BedrockDataAutomationEndpointParams.BuilderBedrockDataAutomationEndpointParams. toBuilder()BedrockDataAutomationEndpointParams.BuilderBedrockDataAutomationEndpointParams.Builder. useDualStack(Boolean useDualStack)BedrockDataAutomationEndpointParams.BuilderBedrockDataAutomationEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.bedrockdataautomation.endpoints with type arguments of type BedrockDataAutomationEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>BedrockDataAutomationEndpointProvider. resolveEndpoint(Consumer<BedrockDataAutomationEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-