Interface VmServerAddress.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VmServerAddress.Builder,VmServerAddress>,SdkBuilder<VmServerAddress.Builder,VmServerAddress>,SdkPojo
- Enclosing class:
- VmServerAddress
public static interface VmServerAddress.Builder extends SdkPojo, CopyableBuilder<VmServerAddress.Builder,VmServerAddress>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmServerAddress.BuildervmId(String vmId)The ID of the VM.VmServerAddress.BuildervmManagerId(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 Detail
-
vmManagerId
VmServerAddress.Builder vmManagerId(String 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
VmServerAddress.Builder vmId(String 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.
-
-