public static interface RelationalDatabaseBlueprint.Builder extends SdkPojo, CopyableBuilder<RelationalDatabaseBlueprint.Builder,RelationalDatabaseBlueprint>
| Modifier and Type | Method and Description |
|---|---|
RelationalDatabaseBlueprint.Builder |
blueprintId(String blueprintId)
The ID for the database blueprint.
|
RelationalDatabaseBlueprint.Builder |
engine(RelationalDatabaseEngine engine)
The database software of the database blueprint (for example,
MySQL). |
RelationalDatabaseBlueprint.Builder |
engine(String engine)
The database software of the database blueprint (for example,
MySQL). |
RelationalDatabaseBlueprint.Builder |
engineDescription(String engineDescription)
The description of the database engine for the database blueprint.
|
RelationalDatabaseBlueprint.Builder |
engineVersion(String engineVersion)
The database engine version for the database blueprint (for example,
5.7.23). |
RelationalDatabaseBlueprint.Builder |
engineVersionDescription(String engineVersionDescription)
The description of the database engine version for the database blueprint.
|
RelationalDatabaseBlueprint.Builder |
isEngineDefault(Boolean isEngineDefault)
A Boolean value indicating whether the engine version is the default for the database blueprint.
|
copyapplyMutation, buildRelationalDatabaseBlueprint.Builder blueprintId(String blueprintId)
The ID for the database blueprint.
blueprintId - The ID for the database blueprint.RelationalDatabaseBlueprint.Builder engine(String engine)
The database software of the database blueprint (for example, MySQL).
engine - The database software of the database blueprint (for example, MySQL).RelationalDatabaseEngine,
RelationalDatabaseEngineRelationalDatabaseBlueprint.Builder engine(RelationalDatabaseEngine engine)
The database software of the database blueprint (for example, MySQL).
engine - The database software of the database blueprint (for example, MySQL).RelationalDatabaseEngine,
RelationalDatabaseEngineRelationalDatabaseBlueprint.Builder engineVersion(String engineVersion)
The database engine version for the database blueprint (for example, 5.7.23).
engineVersion - The database engine version for the database blueprint (for example, 5.7.23).RelationalDatabaseBlueprint.Builder engineDescription(String engineDescription)
The description of the database engine for the database blueprint.
engineDescription - The description of the database engine for the database blueprint.RelationalDatabaseBlueprint.Builder engineVersionDescription(String engineVersionDescription)
The description of the database engine version for the database blueprint.
engineVersionDescription - The description of the database engine version for the database blueprint.RelationalDatabaseBlueprint.Builder isEngineDefault(Boolean isEngineDefault)
A Boolean value indicating whether the engine version is the default for the database blueprint.
isEngineDefault - A Boolean value indicating whether the engine version is the default for the database blueprint.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.