Interface ControllerNodeInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ControllerNodeInfo.Builder,ControllerNodeInfo>,SdkBuilder<ControllerNodeInfo.Builder,ControllerNodeInfo>,SdkPojo
- Enclosing class:
- ControllerNodeInfo
public static interface ControllerNodeInfo.Builder extends SdkPojo, CopyableBuilder<ControllerNodeInfo.Builder,ControllerNodeInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ControllerNodeInfo.Builderendpoints(String... endpoints)Endpoints for accessing the Controller.ControllerNodeInfo.Builderendpoints(Collection<String> endpoints)Endpoints for accessing the Controller.-
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
-
endpoints
ControllerNodeInfo.Builder endpoints(Collection<String> endpoints)
Endpoints for accessing the Controller.
- Parameters:
endpoints-Endpoints for accessing the Controller.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
ControllerNodeInfo.Builder endpoints(String... endpoints)
Endpoints for accessing the Controller.
- Parameters:
endpoints-Endpoints for accessing the Controller.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-