| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.clone() |
AwsRdsDbClusterDetails |
ResourceDetails.getAwsRdsDbCluster()
Details about an Amazon RDS database cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withActivityStreamStatus(String activityStreamStatus)
The status of the database activity stream.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withAllocatedStorage(Integer allocatedStorage)
For all database engines except Aurora, specifies the allocated storage size in gibibytes (GiB).
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withAssociatedRoles(AwsRdsDbClusterAssociatedRole... associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withAssociatedRoles(Collection<AwsRdsDbClusterAssociatedRole> associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withAvailabilityZones(Collection<String> availabilityZones)
A list of Availability Zones (AZs) where instances in the DB cluster can be created.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withAvailabilityZones(String... availabilityZones)
A list of Availability Zones (AZs) where instances in the DB cluster can be created.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withClusterCreateTime(String clusterCreateTime)
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Whether tags are copied from the DB cluster to snapshots of the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withCrossAccountClone(Boolean crossAccountClone)
Whether the DB cluster is a clone of a DB cluster owned by a different AWS account.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withCustomEndpoints(Collection<String> customEndpoints)
A list of custom endpoints for the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withCustomEndpoints(String... customEndpoints)
A list of custom endpoints for the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDatabaseName(String databaseName)
The name of the database.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier that the user assigned to the cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDbClusterMembers(AwsRdsDbClusterMember... dbClusterMembers)
The list of instances that make up the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDbClusterMembers(Collection<AwsRdsDbClusterMember> dbClusterMembers)
The list of instances that make up the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDbClusterOptionGroupMemberships(AwsRdsDbClusterOptionGroupMembership... dbClusterOptionGroupMemberships)
The list of option group memberships for this DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDbClusterOptionGroupMemberships(Collection<AwsRdsDbClusterOptionGroupMembership> dbClusterOptionGroupMemberships)
The list of option group memberships for this DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDbClusterParameterGroup(String dbClusterParameterGroup)
The name of the DB cluster parameter group for the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDbClusterResourceId(String dbClusterResourceId)
The identifier of the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDbSubnetGroup(String dbSubnetGroup)
The subnet group that is associated with the DB cluster, including the name, description, and subnets in the
subnet group.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDeletionProtection(Boolean deletionProtection)
Whether the DB cluster has deletion protection enabled.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDomainMemberships(AwsRdsDbDomainMembership... domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDomainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withEnabledCloudWatchLogsExports(Collection<String> enabledCloudWatchLogsExports)
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withEnabledCloudWatchLogsExports(String... enabledCloudWatchLogsExports)
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withEndpoint(String endpoint)
The connection endpoint for the primary instance of the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withEngine(String engine)
The name of the database engine to use for this DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withEngineMode(String engineMode)
The database engine mode of the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withEngineVersion(String engineVersion)
The version number of the database engine to use.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withHostedZoneId(String hostedZoneId)
Specifies the identifier that Amazon Route 53 assigns when you create a hosted zone.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withHttpEndpointEnabled(Boolean httpEndpointEnabled)
Whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withIamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Whether the mapping of IAM accounts to database accounts is enabled.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withKmsKeyId(String kmsKeyId)
The ARN of the AWS KMS master key that is used to encrypt the database instances in the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withMasterUsername(String masterUsername)
The name of the master user for the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withMultiAz(Boolean multiAz)
Whether the DB cluster has instances in multiple Availability Zones.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withPort(Integer port)
The port number on which the DB instances in the DB cluster accept connections.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withPreferredBackupWindow(String preferredBackupWindow)
The range of time each day when automated backups are created, if automated backups are enabled.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withReaderEndpoint(String readerEndpoint)
The reader endpoint for the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withReadReplicaIdentifiers(Collection<String> readReplicaIdentifiers)
The identifiers of the read replicas that are associated with this DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withReadReplicaIdentifiers(String... readReplicaIdentifiers)
The identifiers of the read replicas that are associated with this DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withStatus(String status)
The current status of this DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withStorageEncrypted(Boolean storageEncrypted)
Whether the DB cluster is encrypted.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withVpcSecurityGroups(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsRdsDbCluster(AwsRdsDbClusterDetails awsRdsDbCluster)
Details about an Amazon RDS database cluster.
|
ResourceDetails |
ResourceDetails.withAwsRdsDbCluster(AwsRdsDbClusterDetails awsRdsDbCluster)
Details about an Amazon RDS database cluster.
|
Copyright © 2021. All rights reserved.