Interface DbIormConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DbIormConfig.Builder,,DbIormConfig> SdkBuilder<DbIormConfig.Builder,,DbIormConfig> SdkPojo
- Enclosing class:
DbIormConfig
@Mutable
@NotThreadSafe
public static interface DbIormConfig.Builder
extends SdkPojo, CopyableBuilder<DbIormConfig.Builder,DbIormConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe database name.flashCacheLimit(String flashCacheLimit) The flash cache limit for this database.The relative priority of this database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dbName
The database name. For the default DbPlan, the dbName is
default.- Parameters:
dbName- The database name. For the default DbPlan, the dbName isdefault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flashCacheLimit
The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- Parameters:
flashCacheLimit- The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-