Interface ImageRecycleBinInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImageRecycleBinInfo.Builder,ImageRecycleBinInfo>,SdkBuilder<ImageRecycleBinInfo.Builder,ImageRecycleBinInfo>,SdkPojo
- Enclosing class:
- ImageRecycleBinInfo
@Mutable @NotThreadSafe public static interface ImageRecycleBinInfo.Builder extends SdkPojo, CopyableBuilder<ImageRecycleBinInfo.Builder,ImageRecycleBinInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageRecycleBinInfo.Builderdescription(String description)The description of the AMI.ImageRecycleBinInfo.BuilderimageId(String imageId)The ID of the AMI.ImageRecycleBinInfo.Buildername(String name)The name of the AMI.ImageRecycleBinInfo.BuilderrecycleBinEnterTime(Instant recycleBinEnterTime)The date and time when the AMI entered the Recycle Bin.ImageRecycleBinInfo.BuilderrecycleBinExitTime(Instant recycleBinExitTime)The date and time when the AMI is to be permanently deleted from the Recycle Bin.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
imageId
ImageRecycleBinInfo.Builder imageId(String imageId)
The ID of the AMI.
- Parameters:
imageId- The ID of the AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ImageRecycleBinInfo.Builder name(String name)
The name of the AMI.
- Parameters:
name- The name of the AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ImageRecycleBinInfo.Builder description(String description)
The description of the AMI.
- Parameters:
description- The description of the AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recycleBinEnterTime
ImageRecycleBinInfo.Builder recycleBinEnterTime(Instant recycleBinEnterTime)
The date and time when the AMI entered the Recycle Bin.
- Parameters:
recycleBinEnterTime- The date and time when the AMI entered the Recycle Bin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recycleBinExitTime
ImageRecycleBinInfo.Builder recycleBinExitTime(Instant recycleBinExitTime)
The date and time when the AMI is to be permanently deleted from the Recycle Bin.
- Parameters:
recycleBinExitTime- The date and time when the AMI is to be permanently deleted from the Recycle Bin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-