Interface CustomDBEngineVersionAMI.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomDBEngineVersionAMI.Builder,
,CustomDBEngineVersionAMI> SdkBuilder<CustomDBEngineVersionAMI.Builder,
,CustomDBEngineVersionAMI> SdkPojo
- Enclosing class:
CustomDBEngineVersionAMI
@Mutable
@NotThreadSafe
public static interface CustomDBEngineVersionAMI.Builder
extends SdkPojo, CopyableBuilder<CustomDBEngineVersionAMI.Builder,CustomDBEngineVersionAMI>
-
Method Summary
Modifier and TypeMethodDescriptionA value that indicates the ID of the AMI.A value that indicates the status of a custom engine version (CEV).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 Details
-
imageId
A value that indicates the ID of the AMI.
- Parameters:
imageId
- A value that indicates the ID of the AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
A value that indicates the status of a custom engine version (CEV).
- Parameters:
status
- A value that indicates the status of a custom engine version (CEV).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-