Interface VmInstanceMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VmInstanceMetadata.Builder,,VmInstanceMetadata> SdkBuilder<VmInstanceMetadata.Builder,,VmInstanceMetadata> SdkPojo
- Enclosing class:
VmInstanceMetadata
@Mutable
@NotThreadSafe
public static interface VmInstanceMetadata.Builder
extends SdkPojo, CopyableBuilder<VmInstanceMetadata.Builder,VmInstanceMetadata>
-
Method Summary
Modifier and TypeMethodDescriptioninventoryHash(String inventoryHash) The inventory hash of the VM instance.The platform of the VM instance.platform(VmPlatform platform) The platform of the VM instance.The tags associated with the VM instance.vmImageReference(String vmImageReference) The image reference of the VM instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tags
The tags associated with the VM instance.
- Parameters:
tags- The tags associated with the VM instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
The platform of the VM instance.
- Parameters:
platform- The platform of the VM instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
platform
The platform of the VM instance.
- Parameters:
platform- The platform of the VM instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inventoryHash
The inventory hash of the VM instance.
- Parameters:
inventoryHash- The inventory hash of the VM instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vmImageReference
The image reference of the VM instance.
- Parameters:
vmImageReference- The image reference of the VM instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-