public static interface Server.Builder extends SdkPojo, CopyableBuilder<Server.Builder,Server>
| Modifier and Type | Method and Description |
|---|---|
Server.Builder |
replicationJobId(String replicationJobId)
The ID of the replication job.
|
Server.Builder |
replicationJobTerminated(Boolean replicationJobTerminated)
Indicates whether the replication job is deleted or failed.
|
Server.Builder |
serverId(String serverId)
The ID of the server.
|
Server.Builder |
serverType(ServerType serverType)
The type of server.
|
Server.Builder |
serverType(String serverType)
The type of server.
|
default Server.Builder |
vmServer(Consumer<VmServer.Builder> vmServer)
Information about the VM server.
|
Server.Builder |
vmServer(VmServer vmServer)
Information about the VM server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServer.Builder serverId(String serverId)
The ID of the server.
serverId - The ID of the server.Server.Builder serverType(String serverType)
The type of server.
serverType - The type of server.ServerType,
ServerTypeServer.Builder serverType(ServerType serverType)
The type of server.
serverType - The type of server.ServerType,
ServerTypeServer.Builder vmServer(VmServer vmServer)
Information about the VM server.
vmServer - Information about the VM server.default Server.Builder vmServer(Consumer<VmServer.Builder> vmServer)
Information about the VM server.
This is a convenience method that creates an instance of theVmServer.Builder avoiding the need to
create one manually via VmServer.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to vmServer(VmServer).
vmServer - a consumer that will call methods on VmServer.BuildervmServer(VmServer)Server.Builder replicationJobId(String replicationJobId)
The ID of the replication job.
replicationJobId - The ID of the replication job.Server.Builder replicationJobTerminated(Boolean replicationJobTerminated)
Indicates whether the replication job is deleted or failed.
replicationJobTerminated - Indicates whether the replication job is deleted or failed.Copyright © 2023. All rights reserved.