Interface SupportedEngineLifecycle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SupportedEngineLifecycle.Builder,
,SupportedEngineLifecycle> SdkBuilder<SupportedEngineLifecycle.Builder,
,SupportedEngineLifecycle> SdkPojo
- Enclosing class:
SupportedEngineLifecycle
-
Method Summary
Modifier and TypeMethodDescriptionlifecycleSupportEndDate
(Instant lifecycleSupportEndDate) The end date for the type of support returned byLifecycleSupportName
.lifecycleSupportName
(String lifecycleSupportName) The type of lifecycle support that the engine version is in.lifecycleSupportName
(LifecycleSupportName lifecycleSupportName) The type of lifecycle support that the engine version is in.lifecycleSupportStartDate
(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 Details
-
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-support
andopen-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-support
andopen-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
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-support
andopen-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-support
andopen-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:
-
-
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
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.
-