Interface MicrovmImageSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MicrovmImageSummary.Builder,,MicrovmImageSummary> SdkBuilder<MicrovmImageSummary.Builder,,MicrovmImageSummary> SdkPojo
- Enclosing class:
MicrovmImageSummary
@Mutable
@NotThreadSafe
public static interface MicrovmImageSummary.Builder
extends SdkPojo, CopyableBuilder<MicrovmImageSummary.Builder,MicrovmImageSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the MicroVM image was created.The ARN of the MicroVM image.latestActiveImageVersion(String latestActiveImageVersion) The latest active version of the MicroVM image.latestFailedImageVersion(String latestFailedImageVersion) The latest failed version of the MicroVM image, if any.The name of the MicroVM image.The current state of the MicroVM image.state(MicrovmImageState state) The current state of the MicroVM image.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 MicroVM image.
- Parameters:
imageArn- The ARN of the MicroVM image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the MicroVM image.
- Parameters:
name- The name of the MicroVM image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of the MicroVM image.
- Parameters:
state- The current state of the MicroVM image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the MicroVM image.
- Parameters:
state- The current state of the MicroVM image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
latestActiveImageVersion
The latest active version of the MicroVM image.
- Parameters:
latestActiveImageVersion- The latest active version of the MicroVM image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestFailedImageVersion
The latest failed version of the MicroVM image, if any.
- Parameters:
latestFailedImageVersion- The latest failed version of the MicroVM image, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the MicroVM image was created.
- Parameters:
createdAt- The timestamp when the MicroVM image was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-