Interface GetMicrovmImageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMicrovmImageResponse.Builder,,GetMicrovmImageResponse> LambdaMicrovmsResponse.Builder,SdkBuilder<GetMicrovmImageResponse.Builder,,GetMicrovmImageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetMicrovmImageResponse
@Mutable
@NotThreadSafe
public static interface GetMicrovmImageResponse.Builder
extends LambdaMicrovmsResponse.Builder, SdkPojo, CopyableBuilder<GetMicrovmImageResponse.Builder,GetMicrovmImageResponse>
-
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.A set of key-value pairs that you can attach to the resource.The timestamp when the MicroVM image was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambdamicrovms.model.LambdaMicrovmsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
tags
A set of key-value pairs that you can attach to the resource. Use tags to categorize resources for cost allocation, access control (ABAC), and organization.
- Parameters:
tags- A set of key-value pairs that you can attach to the resource. Use tags to categorize resources for cost allocation, access control (ABAC), and organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the MicroVM image was last updated.
- Parameters:
updatedAt- The timestamp when the MicroVM image was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-