Interface DBMajorEngineVersion.Builder

    • Method Detail

      • engine

        DBMajorEngineVersion.Builder engine​(String engine)

        The name of the database engine.

        Parameters:
        engine - The name of the database engine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • majorEngineVersion

        DBMajorEngineVersion.Builder majorEngineVersion​(String majorEngineVersion)

        The major version number of the database engine.

        Parameters:
        majorEngineVersion - The major version number of the database engine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedEngineLifecycles

        DBMajorEngineVersion.Builder supportedEngineLifecycles​(Collection<SupportedEngineLifecycle> supportedEngineLifecycles)

        A list of the lifecycles supported by this engine for the DescribeDBMajorEngineVersions operation.

        Parameters:
        supportedEngineLifecycles - A list of the lifecycles supported by this engine for the DescribeDBMajorEngineVersions operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedEngineLifecycles

        DBMajorEngineVersion.Builder supportedEngineLifecycles​(SupportedEngineLifecycle... supportedEngineLifecycles)

        A list of the lifecycles supported by this engine for the DescribeDBMajorEngineVersions operation.

        Parameters:
        supportedEngineLifecycles - A list of the lifecycles supported by this engine for the DescribeDBMajorEngineVersions operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.