Interface VmServerAddress.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VmServerAddress.Builder,
,VmServerAddress> SdkBuilder<VmServerAddress.Builder,
,VmServerAddress> SdkPojo
- Enclosing class:
VmServerAddress
@Mutable
@NotThreadSafe
public static interface VmServerAddress.Builder
extends SdkPojo, CopyableBuilder<VmServerAddress.Builder,VmServerAddress>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the VM.vmManagerId
(String vmManagerId) The ID of the VM manager.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 Details
-
vmManagerId
The ID of the VM manager.
- Parameters:
vmManagerId
- The ID of the VM manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vmId
The ID of the VM.
- Parameters:
vmId
- The ID of the VM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-