public static interface Endpoint.Builder extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint>
Modifier and Type | Method and Description |
---|---|
Endpoint.Builder |
address(String address)
An endpoint address.
|
Endpoint.Builder |
cachePeriodInMinutes(Long cachePeriodInMinutes)
The TTL for the endpoint, in minutes.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Endpoint.Builder address(String address)
An endpoint address.
address
- An endpoint address.Endpoint.Builder cachePeriodInMinutes(Long cachePeriodInMinutes)
The TTL for the endpoint, in minutes.
cachePeriodInMinutes
- The TTL for the endpoint, in minutes.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.