Interface CustomerNodeEndpoint.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CustomerNodeEndpoint.Builder,,CustomerNodeEndpoint> SdkBuilder<CustomerNodeEndpoint.Builder,,CustomerNodeEndpoint> SdkPojo
- Enclosing class:
 CustomerNodeEndpoint
public static interface CustomerNodeEndpoint.Builder
extends SdkPojo, CopyableBuilder<CustomerNodeEndpoint.Builder,CustomerNodeEndpoint> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe address of the node endpointThe port of the node endpointMethods 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, sdkFields 
- 
Method Details
- 
address
The address of the node endpoint
- Parameters:
 address- The address of the node endpoint- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
port
The port of the node endpoint
- Parameters:
 port- The port of the node endpoint- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -