| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.clone() |
AwsRdsDbInstanceDetails |
ResourceDetails.getAwsRdsDbInstance()
Details about an Amazon RDS database instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to initially allocate for the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withAssociatedRoles(AwsRdsDbInstanceAssociatedRole... associatedRoles)
The IAM roles associated with the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withAssociatedRoles(Collection<AwsRdsDbInstanceAssociatedRole> associatedRoles)
The IAM roles associated with the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Indicates whether minor version patches are applied automatically.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withAvailabilityZone(String availabilityZone)
The Availability Zone where the DB instance will be created.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which to retain automated backups.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withCACertificateIdentifier(String cACertificateIdentifier)
The identifier of the CA certificate for this DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withCharacterSetName(String characterSetName)
The name of the character set that this DB instance is associated with.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Whether to copy resource tags to snapshots of the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDBClusterIdentifier(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 |
AwsRdsDbInstanceDetails.withDBInstanceClass(String dBInstanceClass)
Contains the name of the compute and memory capacity class of the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains a user-supplied database identifier.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbInstancePort(Integer dbInstancePort)
Specifies the port that the DB instance listens on.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbInstanceStatus(String dbInstanceStatus)
The current status of the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbiResourceId(String dbiResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDBName(String dBName)
The meaning of this parameter differs according to the database engine you use.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbParameterGroups(AwsRdsDbParameterGroup... dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbParameterGroups(Collection<AwsRdsDbParameterGroup> dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbSecurityGroups(Collection<String> dbSecurityGroups)
A list of the DB security groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbSecurityGroups(String... dbSecurityGroups)
A list of the DB security groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbSubnetGroup(AwsRdsDbSubnetGroup dbSubnetGroup)
Information about the subnet group that is associated with the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDeletionProtection(Boolean deletionProtection)
Indicates whether the DB instance has deletion protection enabled.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDomainMemberships(AwsRdsDbDomainMembership... domainMemberships)
The Active Directory domain membership records associated with the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDomainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records associated with the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withEnabledCloudWatchLogsExports(Collection<String> enabledCloudWatchLogsExports)
A list of log types that this DB instance is configured to export to CloudWatch Logs.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withEnabledCloudWatchLogsExports(String... enabledCloudWatchLogsExports)
A list of log types that this DB instance is configured to export to CloudWatch Logs.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withEndpoint(AwsRdsDbInstanceEndpoint endpoint)
Specifies the connection endpoint.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withEngine(String engine)
Provides the name of the database engine to use for this DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withEngineVersion(String engineVersion)
Indicates the database engine version.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withEnhancedMonitoringResourceArn(String enhancedMonitoringResourceArn)
The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withInstanceCreateTime(String instanceCreateTime)
Indicates when the DB instance was created.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withIops(Integer iops)
Specifies the provisioned IOPS (I/O operations per second) for this DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withKmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the KMS key identifier for the encrypted DB instance. |
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withLatestRestorableTime(String latestRestorableTime)
Specifies the latest time to which a database can be restored with point-in-time restore.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withLicenseModel(String licenseModel)
License model information for this DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withListenerEndpoint(AwsRdsDbInstanceEndpoint listenerEndpoint) |
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withMasterUsername(String masterUsername)
The master user name of the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withMaxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withMonitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withMonitoringRoleArn(String monitoringRoleArn)
The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withMultiAz(Boolean multiAz)
Whether the DB instance is a multiple Availability Zone deployment.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withOptionGroupMemberships(AwsRdsDbOptionGroupMembership... optionGroupMemberships)
The list of option group memberships for this DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withOptionGroupMemberships(Collection<AwsRdsDbOptionGroupMembership> optionGroupMemberships)
The list of option group memberships for this DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withPendingModifiedValues(AwsRdsDbPendingModifiedValues pendingModifiedValues)
Changes to the DB instance that are currently pending.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withPerformanceInsightsEnabled(Boolean performanceInsightsEnabled)
Indicates whether Performance Insights is enabled for the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withPerformanceInsightsKmsKeyId(String performanceInsightsKmsKeyId)
The identifier of the KMS key used to encrypt the Performance Insights data.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withPerformanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of days to retain Performance Insights data.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withPreferredBackupWindow(String preferredBackupWindow)
The range of time each day when automated backups are created, if automated backups are enabled.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withProcessorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withProcessorFeatures(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 |
AwsRdsDbInstanceDetails.withPromotionTier(Integer promotionTier)
The order in which to promote an Aurora replica to the primary instance after a failure of the existing primary
instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withReadReplicaDBClusterIdentifiers(Collection<String> readReplicaDBClusterIdentifiers)
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withReadReplicaDBClusterIdentifiers(String... readReplicaDBClusterIdentifiers)
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withReadReplicaDBInstanceIdentifiers(Collection<String> readReplicaDBInstanceIdentifiers)
List of identifiers of the read replicas associated with this DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withReadReplicaDBInstanceIdentifiers(String... readReplicaDBInstanceIdentifiers)
List of identifiers of the read replicas associated with this DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withReadReplicaSourceDBInstanceIdentifier(String readReplicaSourceDBInstanceIdentifier)
If this DB instance is a read replica, contains the identifier of the source DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withSecondaryAvailabilityZone(String secondaryAvailabilityZone)
For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withStatusInfos(AwsRdsDbStatusInfo... statusInfos)
The status of a read replica.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withStatusInfos(Collection<AwsRdsDbStatusInfo> statusInfos)
The status of a read replica.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the DB instance is encrypted.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withStorageType(String storageType)
The storage type for the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withTdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which the instance is associated for TDE encryption.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withTimezone(String timezone)
The time zone of the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withVpcSecurityGroups(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsRdsDbInstance(AwsRdsDbInstanceDetails awsRdsDbInstance)
Details about an Amazon RDS database instance.
|
ResourceDetails |
ResourceDetails.withAwsRdsDbInstance(AwsRdsDbInstanceDetails awsRdsDbInstance)
Details about an Amazon RDS database instance.
|
Copyright © 2023. All rights reserved.