Interface SupportedEngineLifecycle.Builder

  • Method Details

    • 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-support and open-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 and open-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

      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-support and open-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 and open-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

      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 by LifecycleSupportName.
      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 by LifecycleSupportName.
      Returns:
      Returns a reference to this object so that method calls can be chained together.