public static interface VmServer.Builder extends CopyableBuilder<VmServer.Builder,VmServer>
Modifier and Type | Method and Description |
---|---|
VmServer.Builder |
vmManagerName(String vmManagerName)
Sets the value of the VmManagerName property for this object.
|
VmServer.Builder |
vmManagerType(String vmManagerType)
Sets the value of the VmManagerType property for this object.
|
VmServer.Builder |
vmManagerType(VmManagerType vmManagerType)
Sets the value of the VmManagerType property for this object.
|
VmServer.Builder |
vmName(String vmName)
Sets the value of the VmName property for this object.
|
VmServer.Builder |
vmPath(String vmPath)
Sets the value of the VmPath property for this object.
|
default VmServer.Builder |
vmServerAddress(Consumer<VmServerAddress.Builder> vmServerAddress)
Sets the value of the VmServerAddress property for this object.
|
VmServer.Builder |
vmServerAddress(VmServerAddress vmServerAddress)
Sets the value of the VmServerAddress property for this object.
|
copy
applyMutation, build
VmServer.Builder vmServerAddress(VmServerAddress vmServerAddress)
vmServerAddress
- The new value for the VmServerAddress property for this object.default VmServer.Builder vmServerAddress(Consumer<VmServerAddress.Builder> vmServerAddress)
VmServerAddress.Builder
avoiding the need to
create one manually via VmServerAddress.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to vmServerAddress(VmServerAddress)
.vmServerAddress
- a consumer that will call methods on VmServerAddress.Builder
vmServerAddress(VmServerAddress)
VmServer.Builder vmName(String vmName)
vmName
- The new value for the VmName property for this object.VmServer.Builder vmManagerName(String vmManagerName)
vmManagerName
- The new value for the VmManagerName property for this object.VmServer.Builder vmManagerType(String vmManagerType)
vmManagerType
- The new value for the VmManagerType property for this object.VmManagerType
,
VmManagerType
VmServer.Builder vmManagerType(VmManagerType vmManagerType)
vmManagerType
- The new value for the VmManagerType property for this object.VmManagerType
,
VmManagerType
VmServer.Builder vmPath(String vmPath)
vmPath
- The new value for the VmPath property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.