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