static GetImageAncestryResponse.Builder |
GetImageAncestryResponse.builder() |
|
GetImageAncestryResponse.Builder |
GetImageAncestryResponse.Builder.imageAncestryEntries(Collection<ImageAncestryEntry> imageAncestryEntries) |
A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.
|
GetImageAncestryResponse.Builder |
GetImageAncestryResponse.Builder.imageAncestryEntries(Consumer<ImageAncestryEntry.Builder>... imageAncestryEntries) |
A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.
|
GetImageAncestryResponse.Builder |
GetImageAncestryResponse.Builder.imageAncestryEntries(ImageAncestryEntry... imageAncestryEntries) |
A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.
|
GetImageAncestryResponse.Builder |
GetImageAncestryResponse.toBuilder() |
|