AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.allocatedStorage(Integer allocatedStorage) |
The amount of storage (in gigabytes) to initially allocate for the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.associatedRoles(Collection<AwsRdsDbInstanceAssociatedRole> associatedRoles) |
The IAM roles associated with the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.associatedRoles(Consumer<AwsRdsDbInstanceAssociatedRole.Builder>... associatedRoles) |
The IAM roles associated with the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.associatedRoles(AwsRdsDbInstanceAssociatedRole... associatedRoles) |
The IAM roles associated with the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
Indicates whether minor version patches are applied automatically.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.availabilityZone(String availabilityZone) |
The Availability Zone where the DB instance will be created.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) |
The number of days for which to retain automated backups.
|
static AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.builder() |
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.caCertificateIdentifier(String caCertificateIdentifier) |
The identifier of the CA certificate for this DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.characterSetName(String characterSetName) |
The name of the character set that this DB instance is associated with.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) |
Whether to copy resource tags to snapshots of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbClusterIdentifier(String dbClusterIdentifier) |
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a
member of.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbInstanceClass(String dbInstanceClass) |
Contains the name of the compute and memory capacity class of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) |
Contains a user-supplied database identifier.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbInstancePort(Integer dbInstancePort) |
Specifies the port that the DB instance listens on.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbInstanceStatus(String dbInstanceStatus) |
The current status of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbiResourceId(String dbiResourceId) |
The Amazon Web Services Region-unique, immutable identifier for the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbName(String dbName) |
The meaning of this parameter differs according to the database engine you use.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbParameterGroups(Collection<AwsRdsDbParameterGroup> dbParameterGroups) |
A list of the DB parameter groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbParameterGroups(Consumer<AwsRdsDbParameterGroup.Builder>... dbParameterGroups) |
A list of the DB parameter groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbParameterGroups(AwsRdsDbParameterGroup... dbParameterGroups) |
A list of the DB parameter groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbSecurityGroups(String... dbSecurityGroups) |
A list of the DB security groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbSecurityGroups(Collection<String> dbSecurityGroups) |
A list of the DB security groups to assign to the DB instance.
|
default AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbSubnetGroup(Consumer<AwsRdsDbSubnetGroup.Builder> dbSubnetGroup) |
Information about the subnet group that is associated with the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbSubnetGroup(AwsRdsDbSubnetGroup dbSubnetGroup) |
Information about the subnet group that is associated with the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.deletionProtection(Boolean deletionProtection) |
Indicates whether the DB instance has deletion protection enabled.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.domainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships) |
The Active Directory domain membership records associated with the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.domainMemberships(Consumer<AwsRdsDbDomainMembership.Builder>... domainMemberships) |
The Active Directory domain membership records associated with the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.domainMemberships(AwsRdsDbDomainMembership... domainMemberships) |
The Active Directory domain membership records associated with the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.enabledCloudWatchLogsExports(String... enabledCloudWatchLogsExports) |
A list of log types that this DB instance is configured to export to CloudWatch Logs.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.enabledCloudWatchLogsExports(Collection<String> enabledCloudWatchLogsExports) |
A list of log types that this DB instance is configured to export to CloudWatch Logs.
|
default AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.endpoint(Consumer<AwsRdsDbInstanceEndpoint.Builder> endpoint) |
Specifies the connection endpoint.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.endpoint(AwsRdsDbInstanceEndpoint endpoint) |
Specifies the connection endpoint.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.engine(String engine) |
Provides the name of the database engine to use for this DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.engineVersion(String engineVersion) |
Indicates the database engine version.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.enhancedMonitoringResourceArn(String enhancedMonitoringResourceArn) |
The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB
instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled) |
True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.instanceCreateTime(String instanceCreateTime) |
Indicates when the DB instance was created.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.iops(Integer iops) |
Specifies the provisioned IOPS (I/O operations per second) for this DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.kmsKeyId(String kmsKeyId) |
If StorageEncrypted is true, the KMS key identifier for the encrypted DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.latestRestorableTime(String latestRestorableTime) |
Specifies the latest time to which a database can be restored with point-in-time restore.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.licenseModel(String licenseModel) |
License model information for this DB instance.
|
default AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.listenerEndpoint(Consumer<AwsRdsDbInstanceEndpoint.Builder> listenerEndpoint) |
Sets the value of the ListenerEndpoint property for this object.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.listenerEndpoint(AwsRdsDbInstanceEndpoint listenerEndpoint) |
Sets the value of the ListenerEndpoint property for this object.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.masterUsername(String masterUsername) |
The master user name of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.maxAllocatedStorage(Integer maxAllocatedStorage) |
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.monitoringInterval(Integer monitoringInterval) |
The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.monitoringRoleArn(String monitoringRoleArn) |
The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.multiAz(Boolean multiAz) |
Whether the DB instance is a multiple Availability Zone deployment.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.optionGroupMemberships(Collection<AwsRdsDbOptionGroupMembership> optionGroupMemberships) |
The list of option group memberships for this DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.optionGroupMemberships(Consumer<AwsRdsDbOptionGroupMembership.Builder>... optionGroupMemberships) |
The list of option group memberships for this DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.optionGroupMemberships(AwsRdsDbOptionGroupMembership... optionGroupMemberships) |
The list of option group memberships for this DB instance.
|
default AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.pendingModifiedValues(Consumer<AwsRdsDbPendingModifiedValues.Builder> pendingModifiedValues) |
Changes to the DB instance that are currently pending.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.pendingModifiedValues(AwsRdsDbPendingModifiedValues pendingModifiedValues) |
Changes to the DB instance that are currently pending.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.performanceInsightsEnabled(Boolean performanceInsightsEnabled) |
Indicates whether Performance Insights is enabled for the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.performanceInsightsKmsKeyId(String performanceInsightsKmsKeyId) |
The identifier of the KMS key used to encrypt the Performance Insights data.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) |
The number of days to retain Performance Insights data.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.preferredBackupWindow(String preferredBackupWindow) |
The range of time each day when automated backups are created, if automated backups are enabled.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) |
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.processorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures) |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.processorFeatures(Consumer<AwsRdsDbProcessorFeature.Builder>... processorFeatures) |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.processorFeatures(AwsRdsDbProcessorFeature... processorFeatures) |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.promotionTier(Integer promotionTier) |
The order in which to promote an Aurora replica to the primary instance after a failure of the existing
primary instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.publiclyAccessible(Boolean publiclyAccessible) |
Specifies the accessibility options for the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.readReplicaDBClusterIdentifiers(String... readReplicaDBClusterIdentifiers) |
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.readReplicaDBClusterIdentifiers(Collection<String> readReplicaDBClusterIdentifiers) |
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.readReplicaDBInstanceIdentifiers(String... readReplicaDBInstanceIdentifiers) |
List of identifiers of the read replicas associated with this DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.readReplicaDBInstanceIdentifiers(Collection<String> readReplicaDBInstanceIdentifiers) |
List of identifiers of the read replicas associated with this DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.readReplicaSourceDBInstanceIdentifier(String readReplicaSourceDBInstanceIdentifier) |
If this DB instance is a read replica, contains the identifier of the source DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.secondaryAvailabilityZone(String secondaryAvailabilityZone) |
For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.statusInfos(Collection<AwsRdsDbStatusInfo> statusInfos) |
The status of a read replica.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.statusInfos(Consumer<AwsRdsDbStatusInfo.Builder>... statusInfos) |
The status of a read replica.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.statusInfos(AwsRdsDbStatusInfo... statusInfos) |
The status of a read replica.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.storageEncrypted(Boolean storageEncrypted) |
Specifies whether the DB instance is encrypted.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.storageType(String storageType) |
The storage type for the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.tdeCredentialArn(String tdeCredentialArn) |
The ARN from the key store with which the instance is associated for TDE encryption.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.timezone(String timezone) |
The time zone of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.toBuilder() |
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.vpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups) |
A list of VPC security groups that the DB instance belongs to.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.vpcSecurityGroups(Consumer<AwsRdsDbInstanceVpcSecurityGroup.Builder>... vpcSecurityGroups) |
A list of VPC security groups that the DB instance belongs to.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.vpcSecurityGroups(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups) |
A list of VPC security groups that the DB instance belongs to.
|