| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
DBInstance.Builder |
DBInstance.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Does not apply.
|
DBInstance.Builder |
DBInstance.Builder.availabilityZone(String availabilityZone)
Specifies the name of the Availability Zone that the instance is located in.
|
DBInstance.Builder |
DBInstance.Builder.backupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the number of days for which automatic snapshots are retained.
|
static DBInstance.Builder |
DBInstance.builder() |
DBInstance.Builder |
DBInstance.Builder.caCertificateIdentifier(String caCertificateIdentifier)
The identifier of the CA certificate for this DB instance.
|
DBInstance.Builder |
DBInstance.Builder.dbClusterIdentifier(String dbClusterIdentifier)
Contains the name of the cluster that the instance is a member of if the instance is a member of a cluster.
|
DBInstance.Builder |
DBInstance.Builder.dbInstanceArn(String dbInstanceArn)
The Amazon Resource Name (ARN) for the instance.
|
DBInstance.Builder |
DBInstance.Builder.dbInstanceClass(String dbInstanceClass)
Contains the name of the compute and memory capacity class of the instance.
|
DBInstance.Builder |
DBInstance.Builder.dbInstanceIdentifier(String dbInstanceIdentifier)
Contains a user-provided database identifier.
|
DBInstance.Builder |
DBInstance.Builder.dbInstanceStatus(String dbInstanceStatus)
Specifies the current state of this database.
|
DBInstance.Builder |
DBInstance.Builder.dbiResourceId(String dbiResourceId)
The Region-unique, immutable identifier for the instance.
|
default DBInstance.Builder |
DBInstance.Builder.dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)
Specifies information on the subnet group that is associated with the instance, including the name,
description, and subnets in the subnet group.
|
DBInstance.Builder |
DBInstance.Builder.dbSubnetGroup(DBSubnetGroup dbSubnetGroup)
Specifies information on the subnet group that is associated with the instance, including the name,
description, and subnets in the subnet group.
|
DBInstance.Builder |
DBInstance.Builder.enabledCloudwatchLogsExports(Collection<String> enabledCloudwatchLogsExports)
A list of log types that this instance is configured to export to CloudWatch Logs.
|
DBInstance.Builder |
DBInstance.Builder.enabledCloudwatchLogsExports(String... enabledCloudwatchLogsExports)
A list of log types that this instance is configured to export to CloudWatch Logs.
|
default DBInstance.Builder |
DBInstance.Builder.endpoint(Consumer<Endpoint.Builder> endpoint)
Specifies the connection endpoint.
|
DBInstance.Builder |
DBInstance.Builder.endpoint(Endpoint endpoint)
Specifies the connection endpoint.
|
DBInstance.Builder |
DBInstance.Builder.engine(String engine)
Provides the name of the database engine to be used for this instance.
|
DBInstance.Builder |
DBInstance.Builder.engineVersion(String engineVersion)
Indicates the database engine version.
|
DBInstance.Builder |
DBInstance.Builder.instanceCreateTime(Instant instanceCreateTime)
Provides the date and time that the instance was created.
|
DBInstance.Builder |
DBInstance.Builder.kmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the KMS key identifier for the encrypted instance. |
DBInstance.Builder |
DBInstance.Builder.latestRestorableTime(Instant latestRestorableTime)
Specifies the latest time to which a database can be restored with point-in-time restore.
|
default DBInstance.Builder |
DBInstance.Builder.pendingModifiedValues(Consumer<PendingModifiedValues.Builder> pendingModifiedValues)
Specifies that changes to the instance are pending.
|
DBInstance.Builder |
DBInstance.Builder.pendingModifiedValues(PendingModifiedValues pendingModifiedValues)
Specifies that changes to the instance are pending.
|
DBInstance.Builder |
DBInstance.Builder.preferredBackupWindow(String preferredBackupWindow)
Specifies the daily time range during which automated backups are created if automated backups are enabled,
as determined by the
BackupRetentionPeriod. |
DBInstance.Builder |
DBInstance.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time
(UTC).
|
DBInstance.Builder |
DBInstance.Builder.promotionTier(Integer promotionTier)
A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance
after a failure of the existing primary instance.
|
DBInstance.Builder |
DBInstance.Builder.publiclyAccessible(Boolean publiclyAccessible)
Not supported.
|
DBInstance.Builder |
DBInstance.Builder.statusInfos(Collection<DBInstanceStatusInfo> statusInfos)
The status of a read replica.
|
DBInstance.Builder |
DBInstance.Builder.statusInfos(Consumer<DBInstanceStatusInfo.Builder>... statusInfos)
The status of a read replica.
|
DBInstance.Builder |
DBInstance.Builder.statusInfos(DBInstanceStatusInfo... statusInfos)
The status of a read replica.
|
DBInstance.Builder |
DBInstance.Builder.storageEncrypted(Boolean storageEncrypted)
Specifies whether or not the instance is encrypted.
|
DBInstance.Builder |
DBInstance.toBuilder() |
DBInstance.Builder |
DBInstance.Builder.vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security group elements that the instance belongs to.
|
DBInstance.Builder |
DBInstance.Builder.vpcSecurityGroups(Consumer<VpcSecurityGroupMembership.Builder>... vpcSecurityGroups)
Provides a list of VPC security group elements that the instance belongs to.
|
DBInstance.Builder |
DBInstance.Builder.vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
Provides a list of VPC security group elements that the instance belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBInstance.Builder> |
DBInstance.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteDbInstanceResponse.Builder |
DeleteDbInstanceResponse.Builder.dbInstance(Consumer<DBInstance.Builder> dbInstance)
Sets the value of the DBInstance property for this object.
|
default RebootDbInstanceResponse.Builder |
RebootDbInstanceResponse.Builder.dbInstance(Consumer<DBInstance.Builder> dbInstance)
Sets the value of the DBInstance property for this object.
|
default CreateDbInstanceResponse.Builder |
CreateDbInstanceResponse.Builder.dbInstance(Consumer<DBInstance.Builder> dbInstance)
Sets the value of the DBInstance property for this object.
|
default ModifyDbInstanceResponse.Builder |
ModifyDbInstanceResponse.Builder.dbInstance(Consumer<DBInstance.Builder> dbInstance)
Sets the value of the DBInstance property for this object.
|
Copyright © 2022. All rights reserved.