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