DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.adminUsername(String adminUsername) |
The username for the administrative user.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.availabilityDomain(String availabilityDomain) |
The Availability Domain where the primary DB System should be located.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.backupPolicy(BackupPolicy backupPolicy) |
|
static DbSystemSnapshot.Builder |
DbSystemSnapshot.builder() |
Create a new builder.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.compartmentId(String compartmentId) |
The OCID of the compartment the DB System belongs in.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.configurationId(String configurationId) |
The OCID of the Configuration to be used for Instances in this DB System.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.copy(DbSystemSnapshot model) |
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.crashRecovery(CrashRecoveryStatus crashRecovery) |
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.databaseManagement(DatabaseManagementStatus databaseManagement) |
Whether to enable monitoring via the Database Management service.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.dataStorage(DataStorage dataStorage) |
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.dataStorageSizeInGBs(Integer dataStorageSizeInGBs) |
DEPRECATED: User specified size of the data volume.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.deletionPolicy(DeletionPolicyDetails deletionPolicy) |
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.description(String description) |
User-provided data about the DB System.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.displayName(String displayName) |
The user-friendly name for the DB System.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.endpoints(List<DbSystemEndpoint> endpoints) |
The network endpoints available for this DB System.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.faultDomain(String faultDomain) |
The name of the Fault Domain the DB System is located in.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.hostnameLabel(String hostnameLabel) |
The hostname for the primary endpoint of the DB System.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.id(String id) |
The OCID of the DB System.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.ipAddress(String ipAddress) |
The IP address the DB System is configured to listen on.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.isHighlyAvailable(Boolean isHighlyAvailable) |
Specifies if the DB System is highly available.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.maintenance(MaintenanceDetails maintenance) |
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.mysqlVersion(String mysqlVersion) |
Name of the MySQL Version in use for the DB System.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.port(Integer port) |
The port for primary endpoint of the DB System to listen on.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.portX(Integer portX) |
The network port on which X Plugin listens for TCP/IP connections.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.readEndpoint(ReadEndpointDetails readEndpoint) |
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.region(String region) |
The region identifier of the region where the DB system exists.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.secureConnections(SecureConnectionDetails secureConnections) |
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.shapeName(String shapeName) |
The shape of the primary instances of the DB System.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.subnetId(String subnetId) |
The OCID of the subnet the DB System is associated with.
|
DbSystemSnapshot.Builder |
DbSystemSnapshot.toBuilder() |
|