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