Interface CustomDBEngineVersionAMI.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomDBEngineVersionAMI.Builder,CustomDBEngineVersionAMI>,SdkBuilder<CustomDBEngineVersionAMI.Builder,CustomDBEngineVersionAMI>,SdkPojo
- Enclosing class:
- CustomDBEngineVersionAMI
public static interface CustomDBEngineVersionAMI.Builder extends SdkPojo, CopyableBuilder<CustomDBEngineVersionAMI.Builder,CustomDBEngineVersionAMI>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomDBEngineVersionAMI.BuilderimageId(String imageId)A value that indicates the ID of the AMI.CustomDBEngineVersionAMI.Builderstatus(String status)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 Detail
-
imageId
CustomDBEngineVersionAMI.Builder imageId(String 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
CustomDBEngineVersionAMI.Builder status(String 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.
-
-