Interface Endpoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Endpoint.Builder,
,Endpoint> SdkBuilder<Endpoint.Builder,
,Endpoint> SdkPojo
- Enclosing class:
Endpoint
public static interface Endpoint.Builder
extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint>
-
Method Summary
Modifier and TypeMethodDescriptionIP address of the endpoint.cachePeriodInMinutes
(Long cachePeriodInMinutes) Endpoint cache time to live (TTL) value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
address
IP address of the endpoint.
- Parameters:
address
- IP address of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cachePeriodInMinutes
Endpoint cache time to live (TTL) value.
- Parameters:
cachePeriodInMinutes
- Endpoint cache time to live (TTL) value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-