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 TypeMethodDescriptionThe DNS hostname of the node.The port number that the engine is listening on.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
The DNS hostname of the node.
- Parameters:
 address- The DNS hostname of the node.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
port
The port number that the engine is listening on.
- Parameters:
 port- The port number that the engine is listening on.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -