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.
|
copyapplyMutation, buildEndpoint.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 © 2019. All rights reserved.