Interface DatabaseTool.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DatabaseTool.Builder,,DatabaseTool> SdkBuilder<DatabaseTool.Builder,,DatabaseTool> SdkPojo
- Enclosing class:
DatabaseTool
@Mutable
@NotThreadSafe
public static interface DatabaseTool.Builder
extends SdkPojo, CopyableBuilder<DatabaseTool.Builder,DatabaseTool>
-
Method Summary
Modifier and TypeMethodDescriptioncomputeCount(Double computeCount) The compute capacity allocated to the database management tool.Indicates whether the database management tool is enabled.maxIdleTimeInMinutes(Integer maxIdleTimeInMinutes) The maximum amount of time, in minutes, that the database management tool can be idle before it is shut down.The name of the database management tool.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
-
isEnabled
Indicates whether the database management tool is enabled.
- Parameters:
isEnabled- Indicates whether the database management tool is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the database management tool.
- Parameters:
name- The name of the database management tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeCount
The compute capacity allocated to the database management tool.
- Parameters:
computeCount- The compute capacity allocated to the database management tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxIdleTimeInMinutes
The maximum amount of time, in minutes, that the database management tool can be idle before it is shut down.
- Parameters:
maxIdleTimeInMinutes- The maximum amount of time, in minutes, that the database management tool can be idle before it is shut down.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-