public static final class AddServerGroup.Builder extends Object
| Constructor and Description |
|---|
Builder(String groupName,
String profile,
String socketBindingGroup) |
| Modifier and Type | Method and Description |
|---|---|
AddServerGroup |
build() |
AddServerGroup.Builder |
socketBindingPortOffset(int socketBindingPortOffset)
The default offset to be added to the port values given by the socket binding group.
|
public Builder(String groupName, String profile, String socketBindingGroup)
groupName - name of newly created server-groupprofile - The profile namesocketBindingGroup - The default socket binding group used for servers associated with this groupIllegalArgumentException - if the groupName or profile or socketBindingGroup
is nullpublic AddServerGroup.Builder socketBindingPortOffset(int socketBindingPortOffset)
public AddServerGroup build()
Copyright © 2024. All rights reserved.