Interface AwsRdsDbInstanceDetails.Builder

    • Method Detail

      • associatedRoles

        AwsRdsDbInstanceDetails.Builder associatedRoles​(AwsRdsDbInstanceAssociatedRole... associatedRoles)

        The IAM roles associated with the DB instance.

        Parameters:
        associatedRoles - The IAM roles associated with the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • caCertificateIdentifier

        AwsRdsDbInstanceDetails.Builder caCertificateIdentifier​(String caCertificateIdentifier)

        The identifier of the CA certificate for this DB instance.

        Parameters:
        caCertificateIdentifier - The identifier of the CA certificate for this DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbClusterIdentifier

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbInstanceIdentifier

        AwsRdsDbInstanceDetails.Builder dbInstanceIdentifier​(String dbInstanceIdentifier)

        Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.

        Parameters:
        dbInstanceIdentifier - Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbInstanceClass

        AwsRdsDbInstanceDetails.Builder dbInstanceClass​(String dbInstanceClass)

        Contains the name of the compute and memory capacity class of the DB instance.

        Parameters:
        dbInstanceClass - Contains the name of the compute and memory capacity class of the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbInstancePort

        AwsRdsDbInstanceDetails.Builder dbInstancePort​(Integer dbInstancePort)

        Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.

        Parameters:
        dbInstancePort - Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbiResourceId

        AwsRdsDbInstanceDetails.Builder dbiResourceId​(String dbiResourceId)

        The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in CloudTrail log entries whenever the KMS key for the DB instance is accessed.

        Parameters:
        dbiResourceId - The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in CloudTrail log entries whenever the KMS key for the DB instance is accessed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbName

        AwsRdsDbInstanceDetails.Builder dbName​(String dbName)

        The meaning of this parameter differs according to the database engine you use.

        MySQL, MariaDB, SQL Server, PostgreSQL

        Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.

        Oracle

        Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters don't apply to an Oracle DB instance.

        Parameters:
        dbName - The meaning of this parameter differs according to the database engine you use.

        MySQL, MariaDB, SQL Server, PostgreSQL

        Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.

        Oracle

        Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters don't apply to an Oracle DB instance.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletionProtection

        AwsRdsDbInstanceDetails.Builder deletionProtection​(Boolean deletionProtection)

        Indicates whether the DB instance has deletion protection enabled.

        When deletion protection is enabled, the database cannot be deleted.

        Parameters:
        deletionProtection - Indicates whether the DB instance has deletion protection enabled.

        When deletion protection is enabled, the database cannot be deleted.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engine

        AwsRdsDbInstanceDetails.Builder engine​(String engine)

        Provides the name of the database engine to use for this DB instance.

        Parameters:
        engine - Provides the name of the database engine to use for this DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineVersion

        AwsRdsDbInstanceDetails.Builder engineVersion​(String engineVersion)

        Indicates the database engine version.

        Parameters:
        engineVersion - Indicates the database engine version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iamDatabaseAuthenticationEnabled

        AwsRdsDbInstanceDetails.Builder iamDatabaseAuthenticationEnabled​(Boolean iamDatabaseAuthenticationEnabled)

        True if mapping of IAM accounts to database accounts is enabled, and otherwise false.

        IAM database authentication can be enabled for the following database engines.

        • For MySQL 5.6, minor version 5.6.34 or higher

        • For MySQL 5.7, minor version 5.7.16 or higher

        • Aurora 5.6 or higher

        Parameters:
        iamDatabaseAuthenticationEnabled - True if mapping of IAM accounts to database accounts is enabled, and otherwise false.

        IAM database authentication can be enabled for the following database engines.

        • For MySQL 5.6, minor version 5.6.34 or higher

        • For MySQL 5.7, minor version 5.7.16 or higher

        • Aurora 5.6 or higher

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceCreateTime

        AwsRdsDbInstanceDetails.Builder instanceCreateTime​(String instanceCreateTime)

        Indicates when the DB instance was created.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Parameters:
        instanceCreateTime - Indicates when the DB instance was created.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        AwsRdsDbInstanceDetails.Builder kmsKeyId​(String kmsKeyId)

        If StorageEncrypted is true, the KMS key identifier for the encrypted DB instance.

        Parameters:
        kmsKeyId - If StorageEncrypted is true, the KMS key identifier for the encrypted DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publiclyAccessible

        AwsRdsDbInstanceDetails.Builder publiclyAccessible​(Boolean publiclyAccessible)

        Specifies the accessibility options for the DB instance.

        A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.

        A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

        Parameters:
        publiclyAccessible - Specifies the accessibility options for the DB instance.

        A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.

        A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageEncrypted

        AwsRdsDbInstanceDetails.Builder storageEncrypted​(Boolean storageEncrypted)

        Specifies whether the DB instance is encrypted.

        Parameters:
        storageEncrypted - Specifies whether the DB instance is encrypted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tdeCredentialArn

        AwsRdsDbInstanceDetails.Builder tdeCredentialArn​(String tdeCredentialArn)

        The ARN from the key store with which the instance is associated for TDE encryption.

        Parameters:
        tdeCredentialArn - The ARN from the key store with which the instance is associated for TDE encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcSecurityGroups

        AwsRdsDbInstanceDetails.Builder vpcSecurityGroups​(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)

        A list of VPC security groups that the DB instance belongs to.

        Parameters:
        vpcSecurityGroups - A list of VPC security groups that the DB instance belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcSecurityGroups

        AwsRdsDbInstanceDetails.Builder vpcSecurityGroups​(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups)

        A list of VPC security groups that the DB instance belongs to.

        Parameters:
        vpcSecurityGroups - A list of VPC security groups that the DB instance belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multiAz

        AwsRdsDbInstanceDetails.Builder multiAz​(Boolean multiAz)

        Whether the DB instance is a multiple Availability Zone deployment.

        Parameters:
        multiAz - Whether the DB instance is a multiple Availability Zone deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enhancedMonitoringResourceArn

        AwsRdsDbInstanceDetails.Builder enhancedMonitoringResourceArn​(String enhancedMonitoringResourceArn)

        The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.

        Parameters:
        enhancedMonitoringResourceArn - The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbInstanceStatus

        AwsRdsDbInstanceDetails.Builder dbInstanceStatus​(String dbInstanceStatus)

        The current status of the DB instance.

        Parameters:
        dbInstanceStatus - The current status of the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masterUsername

        AwsRdsDbInstanceDetails.Builder masterUsername​(String masterUsername)

        The master user name of the DB instance.

        Parameters:
        masterUsername - The master user name of the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allocatedStorage

        AwsRdsDbInstanceDetails.Builder allocatedStorage​(Integer allocatedStorage)

        The amount of storage (in gigabytes) to initially allocate for the DB instance.

        Parameters:
        allocatedStorage - The amount of storage (in gigabytes) to initially allocate for the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • preferredBackupWindow

        AwsRdsDbInstanceDetails.Builder preferredBackupWindow​(String preferredBackupWindow)

        The range of time each day when automated backups are created, if automated backups are enabled.

        Uses the format HH:MM-HH:MM. For example, 04:52-05:22.

        Parameters:
        preferredBackupWindow - The range of time each day when automated backups are created, if automated backups are enabled.

        Uses the format HH:MM-HH:MM. For example, 04:52-05:22.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backupRetentionPeriod

        AwsRdsDbInstanceDetails.Builder backupRetentionPeriod​(Integer backupRetentionPeriod)

        The number of days for which to retain automated backups.

        Parameters:
        backupRetentionPeriod - The number of days for which to retain automated backups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbSecurityGroups

        AwsRdsDbInstanceDetails.Builder dbSecurityGroups​(Collection<String> dbSecurityGroups)

        A list of the DB security groups to assign to the DB instance.

        Parameters:
        dbSecurityGroups - A list of the DB security groups to assign to the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbSecurityGroups

        AwsRdsDbInstanceDetails.Builder dbSecurityGroups​(String... dbSecurityGroups)

        A list of the DB security groups to assign to the DB instance.

        Parameters:
        dbSecurityGroups - A list of the DB security groups to assign to the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbParameterGroups

        AwsRdsDbInstanceDetails.Builder dbParameterGroups​(Collection<AwsRdsDbParameterGroup> dbParameterGroups)

        A list of the DB parameter groups to assign to the DB instance.

        Parameters:
        dbParameterGroups - A list of the DB parameter groups to assign to the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbParameterGroups

        AwsRdsDbInstanceDetails.Builder dbParameterGroups​(AwsRdsDbParameterGroup... dbParameterGroups)

        A list of the DB parameter groups to assign to the DB instance.

        Parameters:
        dbParameterGroups - A list of the DB parameter groups to assign to the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZone

        AwsRdsDbInstanceDetails.Builder availabilityZone​(String availabilityZone)

        The Availability Zone where the DB instance will be created.

        Parameters:
        availabilityZone - The Availability Zone where the DB instance will be created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbSubnetGroup

        AwsRdsDbInstanceDetails.Builder dbSubnetGroup​(AwsRdsDbSubnetGroup dbSubnetGroup)

        Information about the subnet group that is associated with the DB instance.

        Parameters:
        dbSubnetGroup - Information about the subnet group that is associated with the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • preferredMaintenanceWindow

        AwsRdsDbInstanceDetails.Builder preferredMaintenanceWindow​(String preferredMaintenanceWindow)

        The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

        Uses the format <day>:HH:MM-<day>:HH:MM.

        For the day values, use mon|tue|wed|thu|fri| sat|sun.

        For example, sun:09:32-sun:10:02.

        Parameters:
        preferredMaintenanceWindow - The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

        Uses the format <day>:HH:MM-<day>:HH:MM.

        For the day values, use mon|tue|wed|thu| fri|sat|sun.

        For example, sun:09:32-sun:10:02.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingModifiedValues

        AwsRdsDbInstanceDetails.Builder pendingModifiedValues​(AwsRdsDbPendingModifiedValues pendingModifiedValues)

        Changes to the DB instance that are currently pending.

        Parameters:
        pendingModifiedValues - Changes to the DB instance that are currently pending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestRestorableTime

        AwsRdsDbInstanceDetails.Builder latestRestorableTime​(String latestRestorableTime)

        Specifies the latest time to which a database can be restored with point-in-time restore.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Parameters:
        latestRestorableTime - Specifies the latest time to which a database can be restored with point-in-time restore.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoMinorVersionUpgrade

        AwsRdsDbInstanceDetails.Builder autoMinorVersionUpgrade​(Boolean autoMinorVersionUpgrade)

        Indicates whether minor version patches are applied automatically.

        Parameters:
        autoMinorVersionUpgrade - Indicates whether minor version patches are applied automatically.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readReplicaSourceDBInstanceIdentifier

        AwsRdsDbInstanceDetails.Builder readReplicaSourceDBInstanceIdentifier​(String readReplicaSourceDBInstanceIdentifier)

        If this DB instance is a read replica, contains the identifier of the source DB instance.

        Parameters:
        readReplicaSourceDBInstanceIdentifier - If this DB instance is a read replica, contains the identifier of the source DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readReplicaDBInstanceIdentifiers

        AwsRdsDbInstanceDetails.Builder readReplicaDBInstanceIdentifiers​(Collection<String> readReplicaDBInstanceIdentifiers)

        List of identifiers of the read replicas associated with this DB instance.

        Parameters:
        readReplicaDBInstanceIdentifiers - List of identifiers of the read replicas associated with this DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readReplicaDBInstanceIdentifiers

        AwsRdsDbInstanceDetails.Builder readReplicaDBInstanceIdentifiers​(String... readReplicaDBInstanceIdentifiers)

        List of identifiers of the read replicas associated with this DB instance.

        Parameters:
        readReplicaDBInstanceIdentifiers - List of identifiers of the read replicas associated with this DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readReplicaDBClusterIdentifiers

        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.

        Parameters:
        readReplicaDBClusterIdentifiers - List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readReplicaDBClusterIdentifiers

        AwsRdsDbInstanceDetails.Builder readReplicaDBClusterIdentifiers​(String... readReplicaDBClusterIdentifiers)

        List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.

        Parameters:
        readReplicaDBClusterIdentifiers - List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • licenseModel

        AwsRdsDbInstanceDetails.Builder licenseModel​(String licenseModel)

        License model information for this DB instance.

        Parameters:
        licenseModel - License model information for this DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iops

        AwsRdsDbInstanceDetails.Builder iops​(Integer iops)

        Specifies the provisioned IOPS (I/O operations per second) for this DB instance.

        Parameters:
        iops - Specifies the provisioned IOPS (I/O operations per second) for this DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionGroupMemberships

        AwsRdsDbInstanceDetails.Builder optionGroupMemberships​(Collection<AwsRdsDbOptionGroupMembership> optionGroupMemberships)

        The list of option group memberships for this DB instance.

        Parameters:
        optionGroupMemberships - The list of option group memberships for this DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionGroupMemberships

        AwsRdsDbInstanceDetails.Builder optionGroupMemberships​(AwsRdsDbOptionGroupMembership... optionGroupMemberships)

        The list of option group memberships for this DB instance.

        Parameters:
        optionGroupMemberships - The list of option group memberships for this DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • characterSetName

        AwsRdsDbInstanceDetails.Builder characterSetName​(String characterSetName)

        The name of the character set that this DB instance is associated with.

        Parameters:
        characterSetName - The name of the character set that this DB instance is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secondaryAvailabilityZone

        AwsRdsDbInstanceDetails.Builder secondaryAvailabilityZone​(String secondaryAvailabilityZone)

        For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.

        Parameters:
        secondaryAvailabilityZone - For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusInfos

        AwsRdsDbInstanceDetails.Builder statusInfos​(Collection<AwsRdsDbStatusInfo> statusInfos)

        The status of a read replica. If the instance isn't a read replica, this is empty.

        Parameters:
        statusInfos - The status of a read replica. If the instance isn't a read replica, this is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusInfos

        AwsRdsDbInstanceDetails.Builder statusInfos​(AwsRdsDbStatusInfo... statusInfos)

        The status of a read replica. If the instance isn't a read replica, this is empty.

        Parameters:
        statusInfos - The status of a read replica. If the instance isn't a read replica, this is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageType

        AwsRdsDbInstanceDetails.Builder storageType​(String storageType)

        The storage type for the DB instance.

        Parameters:
        storageType - The storage type for the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainMemberships

        AwsRdsDbInstanceDetails.Builder domainMemberships​(Collection<AwsRdsDbDomainMembership> domainMemberships)

        The Active Directory domain membership records associated with the DB instance.

        Parameters:
        domainMemberships - The Active Directory domain membership records associated with the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainMemberships

        AwsRdsDbInstanceDetails.Builder domainMemberships​(AwsRdsDbDomainMembership... domainMemberships)

        The Active Directory domain membership records associated with the DB instance.

        Parameters:
        domainMemberships - The Active Directory domain membership records associated with the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • copyTagsToSnapshot

        AwsRdsDbInstanceDetails.Builder copyTagsToSnapshot​(Boolean copyTagsToSnapshot)

        Whether to copy resource tags to snapshots of the DB instance.

        Parameters:
        copyTagsToSnapshot - Whether to copy resource tags to snapshots of the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitoringInterval

        AwsRdsDbInstanceDetails.Builder monitoringInterval​(Integer monitoringInterval)

        The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.

        Parameters:
        monitoringInterval - The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitoringRoleArn

        AwsRdsDbInstanceDetails.Builder monitoringRoleArn​(String monitoringRoleArn)

        The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.

        Parameters:
        monitoringRoleArn - The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • promotionTier

        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.

        Parameters:
        promotionTier - The order in which to promote an Aurora replica to the primary instance after a failure of the existing primary instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timezone

        AwsRdsDbInstanceDetails.Builder timezone​(String timezone)

        The time zone of the DB instance.

        Parameters:
        timezone - The time zone of the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • performanceInsightsEnabled

        AwsRdsDbInstanceDetails.Builder performanceInsightsEnabled​(Boolean performanceInsightsEnabled)

        Indicates whether Performance Insights is enabled for the DB instance.

        Parameters:
        performanceInsightsEnabled - Indicates whether Performance Insights is enabled for the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • performanceInsightsKmsKeyId

        AwsRdsDbInstanceDetails.Builder performanceInsightsKmsKeyId​(String performanceInsightsKmsKeyId)

        The identifier of the KMS key used to encrypt the Performance Insights data.

        Parameters:
        performanceInsightsKmsKeyId - The identifier of the KMS key used to encrypt the Performance Insights data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • performanceInsightsRetentionPeriod

        AwsRdsDbInstanceDetails.Builder performanceInsightsRetentionPeriod​(Integer performanceInsightsRetentionPeriod)

        The number of days to retain Performance Insights data.

        Parameters:
        performanceInsightsRetentionPeriod - The number of days to retain Performance Insights data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledCloudWatchLogsExports

        AwsRdsDbInstanceDetails.Builder enabledCloudWatchLogsExports​(Collection<String> enabledCloudWatchLogsExports)

        A list of log types that this DB instance is configured to export to CloudWatch Logs.

        Parameters:
        enabledCloudWatchLogsExports - A list of log types that this DB instance is configured to export to CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledCloudWatchLogsExports

        AwsRdsDbInstanceDetails.Builder enabledCloudWatchLogsExports​(String... enabledCloudWatchLogsExports)

        A list of log types that this DB instance is configured to export to CloudWatch Logs.

        Parameters:
        enabledCloudWatchLogsExports - A list of log types that this DB instance is configured to export to CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processorFeatures

        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.

        Parameters:
        processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processorFeatures

        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.

        Parameters:
        processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • listenerEndpoint

        AwsRdsDbInstanceDetails.Builder listenerEndpoint​(AwsRdsDbInstanceEndpoint listenerEndpoint)
        Sets the value of the ListenerEndpoint property for this object.
        Parameters:
        listenerEndpoint - The new value for the ListenerEndpoint property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxAllocatedStorage

        AwsRdsDbInstanceDetails.Builder maxAllocatedStorage​(Integer maxAllocatedStorage)

        The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.

        Parameters:
        maxAllocatedStorage - The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.