Interface ImageAncestryEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImageAncestryEntry.Builder,,ImageAncestryEntry> SdkBuilder<ImageAncestryEntry.Builder,,ImageAncestryEntry> SdkPojo
- Enclosing class:
ImageAncestryEntry
@Mutable
@NotThreadSafe
public static interface ImageAncestryEntry.Builder
extends SdkPojo, CopyableBuilder<ImageAncestryEntry.Builder,ImageAncestryEntry>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate(Instant creationDate) The date and time when this AMI was created.The ID of this AMI.imageOwnerAlias(String imageOwnerAlias) The owner alias (amazon|aws-backup-vault|aws-marketplace) of this AMI, if one is assigned.sourceImageId(String sourceImageId) The ID of the parent AMI.sourceImageRegion(String sourceImageRegion) The Amazon Web Services Region of the parent AMI.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
-
creationDate
The date and time when this AMI was created.
- Parameters:
creationDate- The date and time when this AMI was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageId
The ID of this AMI.
- Parameters:
imageId- The ID of this AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageOwnerAlias
The owner alias (
amazon|aws-backup-vault|aws-marketplace) of this AMI, if one is assigned. Otherwise, the value isnull.- Parameters:
imageOwnerAlias- The owner alias (amazon|aws-backup-vault|aws-marketplace) of this AMI, if one is assigned. Otherwise, the value isnull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceImageId
The ID of the parent AMI.
- Parameters:
sourceImageId- The ID of the parent AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceImageRegion
The Amazon Web Services Region of the parent AMI.
- Parameters:
sourceImageRegion- The Amazon Web Services Region of the parent AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-