public static interface AwsRdsDbClusterDetails.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbClusterDetails.Builder,AwsRdsDbClusterDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbClusterDetails.Builder |
activityStreamStatus(String activityStreamStatus)
The status of the database activity stream.
|
AwsRdsDbClusterDetails.Builder |
allocatedStorage(Integer allocatedStorage)
For all database engines except Aurora, specifies the allocated storage size in gibibytes (GiB).
|
AwsRdsDbClusterDetails.Builder |
associatedRoles(AwsRdsDbClusterAssociatedRole... associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
associatedRoles(Collection<AwsRdsDbClusterAssociatedRole> associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
associatedRoles(Consumer<AwsRdsDbClusterAssociatedRole.Builder>... associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
availabilityZones(Collection<String> availabilityZones)
A list of Availability Zones (AZs) where instances in the DB cluster can be created.
|
AwsRdsDbClusterDetails.Builder |
availabilityZones(String... availabilityZones)
A list of Availability Zones (AZs) where instances in the DB cluster can be created.
|
AwsRdsDbClusterDetails.Builder |
backupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
AwsRdsDbClusterDetails.Builder |
clusterCreateTime(String clusterCreateTime)
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
|
AwsRdsDbClusterDetails.Builder |
copyTagsToSnapshot(Boolean copyTagsToSnapshot)
Whether tags are copied from the DB cluster to snapshots of the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
crossAccountClone(Boolean crossAccountClone)
Whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.
|
AwsRdsDbClusterDetails.Builder |
customEndpoints(Collection<String> customEndpoints)
A list of custom endpoints for the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
customEndpoints(String... customEndpoints)
A list of custom endpoints for the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
databaseName(String databaseName)
The name of the database.
|
AwsRdsDbClusterDetails.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier that the user assigned to the cluster.
|
AwsRdsDbClusterDetails.Builder |
dbClusterMembers(AwsRdsDbClusterMember... dbClusterMembers)
The list of instances that make up the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
dbClusterMembers(Collection<AwsRdsDbClusterMember> dbClusterMembers)
The list of instances that make up the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
dbClusterMembers(Consumer<AwsRdsDbClusterMember.Builder>... dbClusterMembers)
The list of instances that make up the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
dbClusterOptionGroupMemberships(AwsRdsDbClusterOptionGroupMembership... dbClusterOptionGroupMemberships)
The list of option group memberships for this DB cluster.
|
AwsRdsDbClusterDetails.Builder |
dbClusterOptionGroupMemberships(Collection<AwsRdsDbClusterOptionGroupMembership> dbClusterOptionGroupMemberships)
The list of option group memberships for this DB cluster.
|
AwsRdsDbClusterDetails.Builder |
dbClusterOptionGroupMemberships(Consumer<AwsRdsDbClusterOptionGroupMembership.Builder>... dbClusterOptionGroupMemberships)
The list of option group memberships for this DB cluster.
|
AwsRdsDbClusterDetails.Builder |
dbClusterParameterGroup(String dbClusterParameterGroup)
The name of the DB cluster parameter group for the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
dbClusterResourceId(String dbClusterResourceId)
The identifier of the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
dbSubnetGroup(String dbSubnetGroup)
The subnet group that is associated with the DB cluster, including the name, description, and subnets in the
subnet group.
|
AwsRdsDbClusterDetails.Builder |
deletionProtection(Boolean deletionProtection)
Whether the DB cluster has deletion protection enabled.
|
AwsRdsDbClusterDetails.Builder |
domainMemberships(AwsRdsDbDomainMembership... domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
domainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
domainMemberships(Consumer<AwsRdsDbDomainMembership.Builder>... domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
enabledCloudWatchLogsExports(Collection<String> enabledCloudWatchLogsExports)
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
|
AwsRdsDbClusterDetails.Builder |
enabledCloudWatchLogsExports(String... enabledCloudWatchLogsExports)
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
|
AwsRdsDbClusterDetails.Builder |
endpoint(String endpoint)
The connection endpoint for the primary instance of the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
engine(String engine)
The name of the database engine to use for this DB cluster.
|
AwsRdsDbClusterDetails.Builder |
engineMode(String engineMode)
The database engine mode of the DB cluster.Valid values are as follows:
|
AwsRdsDbClusterDetails.Builder |
engineVersion(String engineVersion)
The version number of the database engine to use.
|
AwsRdsDbClusterDetails.Builder |
hostedZoneId(String hostedZoneId)
Specifies the identifier that Amazon Route 53 assigns when you create a hosted zone.
|
AwsRdsDbClusterDetails.Builder |
httpEndpointEnabled(Boolean httpEndpointEnabled)
Whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.
|
AwsRdsDbClusterDetails.Builder |
iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Whether the mapping of IAM accounts to database accounts is enabled.
|
AwsRdsDbClusterDetails.Builder |
kmsKeyId(String kmsKeyId)
The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
masterUsername(String masterUsername)
The name of the master user for the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
multiAz(Boolean multiAz)
Whether the DB cluster has instances in multiple Availability Zones.
|
AwsRdsDbClusterDetails.Builder |
port(Integer port)
The port number on which the DB instances in the DB cluster accept connections.
|
AwsRdsDbClusterDetails.Builder |
preferredBackupWindow(String preferredBackupWindow)
The range of time each day when automated backups are created, if automated backups are enabled.
|
AwsRdsDbClusterDetails.Builder |
preferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
AwsRdsDbClusterDetails.Builder |
readerEndpoint(String readerEndpoint)
The reader endpoint for the DB cluster.
|
AwsRdsDbClusterDetails.Builder |
readReplicaIdentifiers(Collection<String> readReplicaIdentifiers)
The identifiers of the read replicas that are associated with this DB cluster.
|
AwsRdsDbClusterDetails.Builder |
readReplicaIdentifiers(String... readReplicaIdentifiers)
The identifiers of the read replicas that are associated with this DB cluster.
|
AwsRdsDbClusterDetails.Builder |
status(String status)
The current status of this DB cluster.
|
AwsRdsDbClusterDetails.Builder |
storageEncrypted(Boolean storageEncrypted)
Whether the DB cluster is encrypted.
|
AwsRdsDbClusterDetails.Builder |
vpcSecurityGroups(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
|
AwsRdsDbClusterDetails.Builder |
vpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
|
AwsRdsDbClusterDetails.Builder |
vpcSecurityGroups(Consumer<AwsRdsDbInstanceVpcSecurityGroup.Builder>... vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRdsDbClusterDetails.Builder allocatedStorage(Integer allocatedStorage)
For all database engines except Aurora, specifies the allocated storage size in gibibytes (GiB).
allocatedStorage - For all database engines except Aurora, specifies the allocated storage size in gibibytes (GiB).AwsRdsDbClusterDetails.Builder availabilityZones(Collection<String> availabilityZones)
A list of Availability Zones (AZs) where instances in the DB cluster can be created.
availabilityZones - A list of Availability Zones (AZs) where instances in the DB cluster can be created.AwsRdsDbClusterDetails.Builder availabilityZones(String... availabilityZones)
A list of Availability Zones (AZs) where instances in the DB cluster can be created.
availabilityZones - A list of Availability Zones (AZs) where instances in the DB cluster can be created.AwsRdsDbClusterDetails.Builder backupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
backupRetentionPeriod - The number of days for which automated backups are retained.AwsRdsDbClusterDetails.Builder databaseName(String databaseName)
The name of the database.
databaseName - The name of the database.AwsRdsDbClusterDetails.Builder status(String status)
The current status of this DB cluster.
status - The current status of this DB cluster.AwsRdsDbClusterDetails.Builder endpoint(String endpoint)
The connection endpoint for the primary instance of the DB cluster.
endpoint - The connection endpoint for the primary instance of the DB cluster.AwsRdsDbClusterDetails.Builder readerEndpoint(String readerEndpoint)
The reader endpoint for the DB cluster.
readerEndpoint - The reader endpoint for the DB cluster.AwsRdsDbClusterDetails.Builder customEndpoints(Collection<String> customEndpoints)
A list of custom endpoints for the DB cluster.
customEndpoints - A list of custom endpoints for the DB cluster.AwsRdsDbClusterDetails.Builder customEndpoints(String... customEndpoints)
A list of custom endpoints for the DB cluster.
customEndpoints - A list of custom endpoints for the DB cluster.AwsRdsDbClusterDetails.Builder multiAz(Boolean multiAz)
Whether the DB cluster has instances in multiple Availability Zones.
multiAz - Whether the DB cluster has instances in multiple Availability Zones.AwsRdsDbClusterDetails.Builder engine(String engine)
The name of the database engine to use for this DB cluster. Valid values are as follows:
aurora
aurora-mysql
aurora-postgresql
engine - The name of the database engine to use for this DB cluster. Valid values are as follows:
aurora
aurora-mysql
aurora-postgresql
AwsRdsDbClusterDetails.Builder engineVersion(String engineVersion)
The version number of the database engine to use.
engineVersion - The version number of the database engine to use.AwsRdsDbClusterDetails.Builder port(Integer port)
The port number on which the DB instances in the DB cluster accept connections.
port - The port number on which the DB instances in the DB cluster accept connections.AwsRdsDbClusterDetails.Builder masterUsername(String masterUsername)
The name of the master user for the DB cluster.
masterUsername - The name of the master user for the DB cluster.AwsRdsDbClusterDetails.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.
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.
AwsRdsDbClusterDetails.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.
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.
AwsRdsDbClusterDetails.Builder readReplicaIdentifiers(Collection<String> readReplicaIdentifiers)
The identifiers of the read replicas that are associated with this DB cluster.
readReplicaIdentifiers - The identifiers of the read replicas that are associated with this DB cluster.AwsRdsDbClusterDetails.Builder readReplicaIdentifiers(String... readReplicaIdentifiers)
The identifiers of the read replicas that are associated with this DB cluster.
readReplicaIdentifiers - The identifiers of the read replicas that are associated with this DB cluster.AwsRdsDbClusterDetails.Builder vpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
vpcSecurityGroups - A list of VPC security groups that the DB cluster belongs to.AwsRdsDbClusterDetails.Builder vpcSecurityGroups(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
vpcSecurityGroups - A list of VPC security groups that the DB cluster belongs to.AwsRdsDbClusterDetails.Builder vpcSecurityGroups(Consumer<AwsRdsDbInstanceVpcSecurityGroup.Builder>... vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
This is a convenience method that creates an instance of theAwsRdsDbInstanceVpcSecurityGroup.Builder avoiding
the need to create one manually via
AwsRdsDbInstanceVpcSecurityGroup.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #vpcSecurityGroups(List.
vpcSecurityGroups - a consumer that will call methods on
AwsRdsDbInstanceVpcSecurityGroup.Builder#vpcSecurityGroups(java.util.Collection) AwsRdsDbClusterDetails.Builder hostedZoneId(String hostedZoneId)
Specifies the identifier that Amazon Route 53 assigns when you create a hosted zone.
hostedZoneId - Specifies the identifier that Amazon Route 53 assigns when you create a hosted zone.AwsRdsDbClusterDetails.Builder storageEncrypted(Boolean storageEncrypted)
Whether the DB cluster is encrypted.
storageEncrypted - Whether the DB cluster is encrypted.AwsRdsDbClusterDetails.Builder kmsKeyId(String kmsKeyId)
The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.
kmsKeyId - The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.AwsRdsDbClusterDetails.Builder dbClusterResourceId(String dbClusterResourceId)
The identifier of the DB cluster. The identifier must be unique within each Amazon Web Services Region and is immutable.
dbClusterResourceId - The identifier of the DB cluster. The identifier must be unique within each Amazon Web Services Region
and is immutable.AwsRdsDbClusterDetails.Builder associatedRoles(Collection<AwsRdsDbClusterAssociatedRole> associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
associatedRoles - A list of the IAM roles that are associated with the DB cluster.AwsRdsDbClusterDetails.Builder associatedRoles(AwsRdsDbClusterAssociatedRole... associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
associatedRoles - A list of the IAM roles that are associated with the DB cluster.AwsRdsDbClusterDetails.Builder associatedRoles(Consumer<AwsRdsDbClusterAssociatedRole.Builder>... associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
This is a convenience method that creates an instance of theAwsRdsDbClusterAssociatedRole.Builder avoiding the
need to create one manually via
AwsRdsDbClusterAssociatedRole.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #associatedRoles(List.
associatedRoles - a consumer that will call methods on
AwsRdsDbClusterAssociatedRole.Builder#associatedRoles(java.util.Collection) AwsRdsDbClusterDetails.Builder clusterCreateTime(String clusterCreateTime)
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
clusterCreateTime - Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
AwsRdsDbClusterDetails.Builder enabledCloudWatchLogsExports(Collection<String> enabledCloudWatchLogsExports)
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
enabledCloudWatchLogsExports - A list of log types that this DB cluster is configured to export to CloudWatch Logs.AwsRdsDbClusterDetails.Builder enabledCloudWatchLogsExports(String... enabledCloudWatchLogsExports)
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
enabledCloudWatchLogsExports - A list of log types that this DB cluster is configured to export to CloudWatch Logs.AwsRdsDbClusterDetails.Builder engineMode(String engineMode)
The database engine mode of the DB cluster.Valid values are as follows:
global
multimaster
parallelquery
provisioned
serverless
engineMode - The database engine mode of the DB cluster.Valid values are as follows:
global
multimaster
parallelquery
provisioned
serverless
AwsRdsDbClusterDetails.Builder deletionProtection(Boolean deletionProtection)
Whether the DB cluster has deletion protection enabled.
deletionProtection - Whether the DB cluster has deletion protection enabled.AwsRdsDbClusterDetails.Builder httpEndpointEnabled(Boolean httpEndpointEnabled)
Whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.
httpEndpointEnabled - Whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.AwsRdsDbClusterDetails.Builder activityStreamStatus(String activityStreamStatus)
The status of the database activity stream. Valid values are as follows:
started
starting
stopped
stopping
activityStreamStatus - The status of the database activity stream. Valid values are as follows:
started
starting
stopped
stopping
AwsRdsDbClusterDetails.Builder copyTagsToSnapshot(Boolean copyTagsToSnapshot)
Whether tags are copied from the DB cluster to snapshots of the DB cluster.
copyTagsToSnapshot - Whether tags are copied from the DB cluster to snapshots of the DB cluster.AwsRdsDbClusterDetails.Builder crossAccountClone(Boolean crossAccountClone)
Whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.
crossAccountClone - Whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.AwsRdsDbClusterDetails.Builder domainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
domainMemberships - The Active Directory domain membership records that are associated with the DB cluster.AwsRdsDbClusterDetails.Builder domainMemberships(AwsRdsDbDomainMembership... domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
domainMemberships - The Active Directory domain membership records that are associated with the DB cluster.AwsRdsDbClusterDetails.Builder domainMemberships(Consumer<AwsRdsDbDomainMembership.Builder>... domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
This is a convenience method that creates an instance of theAwsRdsDbDomainMembership.Builder avoiding the need
to create one manually via
AwsRdsDbDomainMembership.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #domainMemberships(List.
domainMemberships - a consumer that will call methods on
AwsRdsDbDomainMembership.Builder#domainMemberships(java.util.Collection) AwsRdsDbClusterDetails.Builder dbClusterParameterGroup(String dbClusterParameterGroup)
The name of the DB cluster parameter group for the DB cluster.
dbClusterParameterGroup - The name of the DB cluster parameter group for the DB cluster.AwsRdsDbClusterDetails.Builder dbSubnetGroup(String dbSubnetGroup)
The subnet group that is associated with the DB cluster, including the name, description, and subnets in the subnet group.
dbSubnetGroup - The subnet group that is associated with the DB cluster, including the name, description, and subnets
in the subnet group.AwsRdsDbClusterDetails.Builder dbClusterOptionGroupMemberships(Collection<AwsRdsDbClusterOptionGroupMembership> dbClusterOptionGroupMemberships)
The list of option group memberships for this DB cluster.
dbClusterOptionGroupMemberships - The list of option group memberships for this DB cluster.AwsRdsDbClusterDetails.Builder dbClusterOptionGroupMemberships(AwsRdsDbClusterOptionGroupMembership... dbClusterOptionGroupMemberships)
The list of option group memberships for this DB cluster.
dbClusterOptionGroupMemberships - The list of option group memberships for this DB cluster.AwsRdsDbClusterDetails.Builder dbClusterOptionGroupMemberships(Consumer<AwsRdsDbClusterOptionGroupMembership.Builder>... dbClusterOptionGroupMemberships)
The list of option group memberships for this DB cluster.
This is a convenience method that creates an instance of theAwsRdsDbClusterOptionGroupMembership.Builder
avoiding the need to create one manually via
AwsRdsDbClusterOptionGroupMembership.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #dbClusterOptionGroupMemberships(List.
dbClusterOptionGroupMemberships - a consumer that will call methods on
AwsRdsDbClusterOptionGroupMembership.Builder#dbClusterOptionGroupMemberships(java.util.Collection) AwsRdsDbClusterDetails.Builder dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier that the user assigned to the cluster. This identifier is the unique key that identifies a DB cluster.
dbClusterIdentifier - The DB cluster identifier that the user assigned to the cluster. This identifier is the unique key
that identifies a DB cluster.AwsRdsDbClusterDetails.Builder dbClusterMembers(Collection<AwsRdsDbClusterMember> dbClusterMembers)
The list of instances that make up the DB cluster.
dbClusterMembers - The list of instances that make up the DB cluster.AwsRdsDbClusterDetails.Builder dbClusterMembers(AwsRdsDbClusterMember... dbClusterMembers)
The list of instances that make up the DB cluster.
dbClusterMembers - The list of instances that make up the DB cluster.AwsRdsDbClusterDetails.Builder dbClusterMembers(Consumer<AwsRdsDbClusterMember.Builder>... dbClusterMembers)
The list of instances that make up the DB cluster.
This is a convenience method that creates an instance of theAwsRdsDbClusterMember.Builder avoiding the need to
create one manually via
AwsRdsDbClusterMember.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dbClusterMembers(List.
dbClusterMembers - a consumer that will call methods on
AwsRdsDbClusterMember.Builder#dbClusterMembers(java.util.Collection) AwsRdsDbClusterDetails.Builder iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Whether the mapping of IAM accounts to database accounts is enabled.
iamDatabaseAuthenticationEnabled - Whether the mapping of IAM accounts to database accounts is enabled.Copyright © 2023. All rights reserved.