Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Endpoint.Builder Modifier and Type Method Description Endpoint.Builder
Endpoint.Builder. address(String address)
IP address of the endpoint.static Endpoint.Builder
Endpoint. builder()
Endpoint.Builder
Endpoint.Builder. cachePeriodInMinutes(Long cachePeriodInMinutes)
Endpoint cache time to live (TTL) value.Endpoint.Builder
Endpoint. toBuilder()
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Endpoint.Builder Modifier and Type Method Description static Class<? extends Endpoint.Builder>
Endpoint. serializableBuilderClass()
-