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 SummaryModifier and TypeMethodDescriptionThe DNS hostname of the endpoint.The port number that applications should use to connect to the endpoint.The URL that applications should use to connect to the endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
addressThe DNS hostname of the endpoint. - Parameters:
- address- The DNS hostname of the endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
portThe port number that applications should use to connect to the endpoint. - Parameters:
- port- The port number that applications should use to connect to the endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
urlThe URL that applications should use to connect to the endpoint. The default ports are 8111 for the "dax" protocol and 9111 for the "daxs" protocol. - Parameters:
- url- The URL that applications should use to connect to the endpoint. The default ports are 8111 for the "dax" protocol and 9111 for the "daxs" protocol.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-