Interface ManagedMicrovmImageVersion.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedMicrovmImageVersion.Builder,,ManagedMicrovmImageVersion> SdkBuilder<ManagedMicrovmImageVersion.Builder,,ManagedMicrovmImageVersion> SdkPojo
- Enclosing class:
ManagedMicrovmImageVersion
@Mutable
@NotThreadSafe
public static interface ManagedMicrovmImageVersion.Builder
extends SdkPojo, CopyableBuilder<ManagedMicrovmImageVersion.Builder,ManagedMicrovmImageVersion>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the version was created.The ARN of the managed MicroVM image.imageVersion(String imageVersion) The version of the managed MicroVM image.The timestamp when the version was last updated.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
-
imageArn
The ARN of the managed MicroVM image.
- Parameters:
imageArn- The ARN of the managed MicroVM image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageVersion
The version of the managed MicroVM image.
- Parameters:
imageVersion- The version of the managed MicroVM image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the version was created.
- Parameters:
createdAt- The timestamp when the version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the version was last updated.
- Parameters:
updatedAt- The timestamp when the version was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-