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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerNodeEndpoint.Builder
address(String address)
The address of the node endpointCustomerNodeEndpoint.Builder
port(Integer port)
The port of the node endpoint-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
address
CustomerNodeEndpoint.Builder address(String 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
CustomerNodeEndpoint.Builder port(Integer 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.
-
-