Interface SupportedEngineLifecycle.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SupportedEngineLifecycle.Builder,SupportedEngineLifecycle>,SdkBuilder<SupportedEngineLifecycle.Builder,SupportedEngineLifecycle>,SdkPojo
- Enclosing class:
- SupportedEngineLifecycle
@Mutable @NotThreadSafe public static interface SupportedEngineLifecycle.Builder extends SdkPojo, CopyableBuilder<SupportedEngineLifecycle.Builder,SupportedEngineLifecycle>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupportedEngineLifecycle.BuilderlifecycleSupportEndDate(Instant lifecycleSupportEndDate)The end date for the type of support returned byLifecycleSupportName.SupportedEngineLifecycle.BuilderlifecycleSupportName(String lifecycleSupportName)The type of lifecycle support that the engine version is in.SupportedEngineLifecycle.BuilderlifecycleSupportName(LifecycleSupportName lifecycleSupportName)The type of lifecycle support that the engine version is in.SupportedEngineLifecycle.BuilderlifecycleSupportStartDate(Instant lifecycleSupportStartDate)The start date for the type of support returned byLifecycleSupportName.-
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
-
lifecycleSupportName
SupportedEngineLifecycle.Builder lifecycleSupportName(String lifecycleSupportName)
The type of lifecycle support that the engine version is in.
This parameter returns the following values:
-
open-source-rds-standard-support- Indicates RDS standard support or Aurora standard support. -
open-source-rds-extended-support- Indicates Amazon RDS Extended Support.
For Amazon RDS for MySQL, Amazon RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL, this parameter returns both
open-source-rds-standard-supportandopen-source-rds-extended-support.For Amazon RDS for MariaDB, this parameter only returns the value
open-source-rds-standard-support.For information about Amazon RDS Extended Support, see Amazon RDS Extended Support with Amazon RDS in the Amazon RDS User Guide and Amazon RDS Extended Support with Amazon Aurora in the Amazon Aurora User Guide.
- Parameters:
lifecycleSupportName- The type of lifecycle support that the engine version is in.This parameter returns the following values:
-
open-source-rds-standard-support- Indicates RDS standard support or Aurora standard support. -
open-source-rds-extended-support- Indicates Amazon RDS Extended Support.
For Amazon RDS for MySQL, Amazon RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL, this parameter returns both
open-source-rds-standard-supportandopen-source-rds-extended-support.For Amazon RDS for MariaDB, this parameter only returns the value
open-source-rds-standard-support.For information about Amazon RDS Extended Support, see Amazon RDS Extended Support with Amazon RDS in the Amazon RDS User Guide and Amazon RDS Extended Support with Amazon Aurora in the Amazon Aurora User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LifecycleSupportName,LifecycleSupportName
-
-
lifecycleSupportName
SupportedEngineLifecycle.Builder lifecycleSupportName(LifecycleSupportName lifecycleSupportName)
The type of lifecycle support that the engine version is in.
This parameter returns the following values:
-
open-source-rds-standard-support- Indicates RDS standard support or Aurora standard support. -
open-source-rds-extended-support- Indicates Amazon RDS Extended Support.
For Amazon RDS for MySQL, Amazon RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL, this parameter returns both
open-source-rds-standard-supportandopen-source-rds-extended-support.For Amazon RDS for MariaDB, this parameter only returns the value
open-source-rds-standard-support.For information about Amazon RDS Extended Support, see Amazon RDS Extended Support with Amazon RDS in the Amazon RDS User Guide and Amazon RDS Extended Support with Amazon Aurora in the Amazon Aurora User Guide.
- Parameters:
lifecycleSupportName- The type of lifecycle support that the engine version is in.This parameter returns the following values:
-
open-source-rds-standard-support- Indicates RDS standard support or Aurora standard support. -
open-source-rds-extended-support- Indicates Amazon RDS Extended Support.
For Amazon RDS for MySQL, Amazon RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL, this parameter returns both
open-source-rds-standard-supportandopen-source-rds-extended-support.For Amazon RDS for MariaDB, this parameter only returns the value
open-source-rds-standard-support.For information about Amazon RDS Extended Support, see Amazon RDS Extended Support with Amazon RDS in the Amazon RDS User Guide and Amazon RDS Extended Support with Amazon Aurora in the Amazon Aurora User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LifecycleSupportName,LifecycleSupportName
-
-
lifecycleSupportStartDate
SupportedEngineLifecycle.Builder lifecycleSupportStartDate(Instant lifecycleSupportStartDate)
The start date for the type of support returned by
LifecycleSupportName.- Parameters:
lifecycleSupportStartDate- The start date for the type of support returned byLifecycleSupportName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycleSupportEndDate
SupportedEngineLifecycle.Builder lifecycleSupportEndDate(Instant lifecycleSupportEndDate)
The end date for the type of support returned by
LifecycleSupportName.- Parameters:
lifecycleSupportEndDate- The end date for the type of support returned byLifecycleSupportName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-