public static interface Endpoint.Builder extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint>
Modifier and Type | Method and Description |
---|---|
Endpoint.Builder |
address(String address)
IP address of the endpoint.
|
Endpoint.Builder |
cachePeriodInMinutes(Long cachePeriodInMinutes)
Endpoint cache time to live (TTL) value.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Endpoint.Builder address(String address)
IP address of the endpoint.
address
- IP address of the endpoint.Endpoint.Builder cachePeriodInMinutes(Long cachePeriodInMinutes)
Endpoint cache time to live (TTL) value.
cachePeriodInMinutes
- Endpoint cache time to live (TTL) value.Copyright © 2021. All rights reserved.