Interface Endpoint.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Endpoint.Builder,,Endpoint> SdkBuilder<Endpoint.Builder,,Endpoint> SdkPojo
- Enclosing class:
 Endpoint
@Mutable
@NotThreadSafe
public static interface Endpoint.Builder
extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint> 
- 
Method Summary
Modifier and TypeMethodDescriptionAn endpoint address.cachePeriodInMinutes(Long cachePeriodInMinutes) The TTL for the endpoint, in minutes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
address
An endpoint address.
- Parameters:
 address- An endpoint address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cachePeriodInMinutes
The TTL for the endpoint, in minutes.
- Parameters:
 cachePeriodInMinutes- The TTL for the endpoint, in minutes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -