public static interface ImageRecycleBinInfo.Builder extends SdkPojo, CopyableBuilder<ImageRecycleBinInfo.Builder,ImageRecycleBinInfo>
| Modifier and Type | Method and Description |
|---|---|
ImageRecycleBinInfo.Builder |
description(String description)
The description of the AMI.
|
ImageRecycleBinInfo.Builder |
imageId(String imageId)
The ID of the AMI.
|
ImageRecycleBinInfo.Builder |
name(String name)
The name of the AMI.
|
ImageRecycleBinInfo.Builder |
recycleBinEnterTime(Instant recycleBinEnterTime)
The date and time when the AMI entered the Recycle Bin.
|
ImageRecycleBinInfo.Builder |
recycleBinExitTime(Instant recycleBinExitTime)
The date and time when the AMI is to be permanently deleted from the Recycle Bin.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageRecycleBinInfo.Builder imageId(String imageId)
The ID of the AMI.
imageId - The ID of the AMI.ImageRecycleBinInfo.Builder name(String name)
The name of the AMI.
name - The name of the AMI.ImageRecycleBinInfo.Builder description(String description)
The description of the AMI.
description - The description of the AMI.ImageRecycleBinInfo.Builder recycleBinEnterTime(Instant recycleBinEnterTime)
The date and time when the AMI entered the Recycle Bin.
recycleBinEnterTime - The date and time when the AMI entered the Recycle Bin.ImageRecycleBinInfo.Builder recycleBinExitTime(Instant recycleBinExitTime)
The date and time when the AMI is to be permanently deleted from the Recycle Bin.
recycleBinExitTime - The date and time when the AMI is to be permanently deleted from the Recycle Bin.Copyright © 2022. All rights reserved.