Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return Endpoint.Builder Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. address(String address)An endpoint address.static Endpoint.BuilderEndpoint. builder()Endpoint.BuilderEndpoint.Builder. cachePeriodInMinutes(Long cachePeriodInMinutes)The TTL for the endpoint, in minutes.Endpoint.BuilderEndpoint. toBuilder()Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type Endpoint.Builder Modifier and Type Method Description static Class<? extends Endpoint.Builder>Endpoint. serializableBuilderClass()
-