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