public static interface Server.Builder extends SdkPojo, CopyableBuilder<Server.Builder,Server>
Modifier and Type | Method and Description |
---|---|
Server.Builder |
replicationJobId(String replicationJobId)
The identifier of the replication job.
|
Server.Builder |
replicationJobTerminated(Boolean replicationJobTerminated)
Indicates whether the replication job is deleted or failed.
|
Server.Builder |
serverId(String serverId)
The identifier 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.
|
copy
applyMutation, build
Server.Builder serverId(String serverId)
The identifier of the server.
serverId
- The identifier of the server.Server.Builder serverType(String serverType)
The type of server.
serverType
- The type of server.ServerType
,
ServerType
Server.Builder serverType(ServerType serverType)
The type of server.
serverType
- The type of server.ServerType
,
ServerType
Server.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 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.Builder
vmServer(VmServer)
Server.Builder replicationJobId(String replicationJobId)
The identifier of the replication job.
replicationJobId
- The identifier 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.