Interface AutonomousDatabaseVersionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutonomousDatabaseVersionSummary.Builder,,AutonomousDatabaseVersionSummary> SdkBuilder<AutonomousDatabaseVersionSummary.Builder,,AutonomousDatabaseVersionSummary> SdkPojo
- Enclosing class:
AutonomousDatabaseVersionSummary
@Mutable
@NotThreadSafe
public static interface AutonomousDatabaseVersionSummary.Builder
extends SdkPojo, CopyableBuilder<AutonomousDatabaseVersionSummary.Builder,AutonomousDatabaseVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondbWorkload(String dbWorkload) The intended use of the Autonomous Database that the version supports, such as transaction processing, data warehouse, JSON database, or APEX.dbWorkload(DbWorkload dbWorkload) The intended use of the Autonomous Database that the version supports, such as transaction processing, data warehouse, JSON database, or APEX.Additional details about the Autonomous Database software version.The Oracle Database software version.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
-
dbWorkload
The intended use of the Autonomous Database that the version supports, such as transaction processing, data warehouse, JSON database, or APEX.
- Parameters:
dbWorkload- The intended use of the Autonomous Database that the version supports, such as transaction processing, data warehouse, JSON database, or APEX.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dbWorkload
The intended use of the Autonomous Database that the version supports, such as transaction processing, data warehouse, JSON database, or APEX.
- Parameters:
dbWorkload- The intended use of the Autonomous Database that the version supports, such as transaction processing, data warehouse, JSON database, or APEX.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
details
Additional details about the Autonomous Database software version.
- Parameters:
details- Additional details about the Autonomous Database software version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The Oracle Database software version.
- Parameters:
version- The Oracle Database software version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-