Interface OrderableDBInstanceOption.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OrderableDBInstanceOption.Builder,,OrderableDBInstanceOption> SdkBuilder<OrderableDBInstanceOption.Builder,,OrderableDBInstanceOption> SdkPojo
- Enclosing class:
 OrderableDBInstanceOption
- 
Method Summary
Modifier and TypeMethodDescriptionavailabilityZoneGroup(String availabilityZoneGroup) The Availability Zone group for a DB instance.availabilityZones(Collection<AvailabilityZone> availabilityZones) A list of Availability Zones for a DB instance.availabilityZones(Consumer<AvailabilityZone.Builder>... availabilityZones) A list of Availability Zones for a DB instance.availabilityZones(AvailabilityZone... availabilityZones) A list of Availability Zones for a DB instance.availableProcessorFeatures(Collection<AvailableProcessorFeature> availableProcessorFeatures) A list of the available processor features for the DB instance class of a DB instance.availableProcessorFeatures(Consumer<AvailableProcessorFeature.Builder>... availableProcessorFeatures) A list of the available processor features for the DB instance class of a DB instance.availableProcessorFeatures(AvailableProcessorFeature... availableProcessorFeatures) A list of the available processor features for the DB instance class of a DB instance.dbInstanceClass(String dbInstanceClass) The DB instance class for a DB instance.The engine type of a DB instance.engineVersion(String engineVersion) The engine version of a DB instance.licenseModel(String licenseModel) The license model for a DB instance.maxIopsPerDbInstance(Integer maxIopsPerDbInstance) Maximum total provisioned IOPS for a DB instance.maxIopsPerGib(Double maxIopsPerGib) Maximum provisioned IOPS per GiB for a DB instance.maxStorageSize(Integer maxStorageSize) Maximum storage size for a DB instance.maxStorageThroughputPerDbInstance(Integer maxStorageThroughputPerDbInstance) Maximum storage throughput for a DB instance.maxStorageThroughputPerIops(Double maxStorageThroughputPerIops) Maximum storage throughput to provisioned IOPS ratio for a DB instance.minIopsPerDbInstance(Integer minIopsPerDbInstance) Minimum total provisioned IOPS for a DB instance.minIopsPerGib(Double minIopsPerGib) Minimum provisioned IOPS per GiB for a DB instance.minStorageSize(Integer minStorageSize) Minimum storage size for a DB instance.minStorageThroughputPerDbInstance(Integer minStorageThroughputPerDbInstance) Minimum storage throughput for a DB instance.minStorageThroughputPerIops(Double minStorageThroughputPerIops) Minimum storage throughput to provisioned IOPS ratio for a DB instance.multiAZCapable(Boolean multiAZCapable) Indicates whether a DB instance is Multi-AZ capable.outpostCapable(Boolean outpostCapable) Indicates whether a DB instance supports RDS on Outposts.readReplicaCapable(Boolean readReplicaCapable) Indicates whether a DB instance can have a read replica.storageType(String storageType) The storage type for a DB instance.supportedActivityStreamModes(String... supportedActivityStreamModes) The list of supported modes for Database Activity Streams.supportedActivityStreamModes(Collection<String> supportedActivityStreamModes) The list of supported modes for Database Activity Streams.supportedEngineModes(String... supportedEngineModes) A list of the supported DB engine modes.supportedEngineModes(Collection<String> supportedEngineModes) A list of the supported DB engine modes.supportedNetworkTypes(String... supportedNetworkTypes) The network types supported by the DB instance (IPV4orDUAL).supportedNetworkTypes(Collection<String> supportedNetworkTypes) The network types supported by the DB instance (IPV4orDUAL).supportsClusters(Boolean supportsClusters) Indicates whether DB instances can be configured as a Multi-AZ DB cluster.supportsDedicatedLogVolume(Boolean supportsDedicatedLogVolume) Indicates whether a DB instance supports using a dedicated log volume (DLV).supportsEnhancedMonitoring(Boolean supportsEnhancedMonitoring) Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.supportsGlobalDatabases(Boolean supportsGlobalDatabases) Indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.supportsIAMDatabaseAuthentication(Boolean supportsIAMDatabaseAuthentication) Indicates whether a DB instance supports IAM database authentication.supportsIops(Boolean supportsIops) Indicates whether a DB instance supports provisioned IOPS.supportsKerberosAuthentication(Boolean supportsKerberosAuthentication) Indicates whether a DB instance supports Kerberos Authentication.supportsPerformanceInsights(Boolean supportsPerformanceInsights) Indicates whether a DB instance supports Performance Insights.supportsStorageAutoscaling(Boolean supportsStorageAutoscaling) Indicates whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.supportsStorageEncryption(Boolean supportsStorageEncryption) Indicates whether a DB instance supports encrypted storage.supportsStorageThroughput(Boolean supportsStorageThroughput) Indicates whether a DB instance supports storage throughput.Indicates whether a DB instance is in a VPC.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
engine
The engine type of a DB instance.
- Parameters:
 engine- The engine type of a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
engineVersion
The engine version of a DB instance.
- Parameters:
 engineVersion- The engine version of a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dbInstanceClass
The DB instance class for a DB instance.
- Parameters:
 dbInstanceClass- The DB instance class for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
licenseModel
The license model for a DB instance.
- Parameters:
 licenseModel- The license model for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
availabilityZoneGroup
The Availability Zone group for a DB instance.
- Parameters:
 availabilityZoneGroup- The Availability Zone group for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
availabilityZones
A list of Availability Zones for a DB instance.
- Parameters:
 availabilityZones- A list of Availability Zones for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
availabilityZones
A list of Availability Zones for a DB instance.
- Parameters:
 availabilityZones- A list of Availability Zones for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
availabilityZones
OrderableDBInstanceOption.Builder availabilityZones(Consumer<AvailabilityZone.Builder>... availabilityZones) A list of Availability Zones for a DB instance.
This is a convenience method that creates an instance of theAvailabilityZone.Builderavoiding the need to create one manually viaAvailabilityZone.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toavailabilityZones(List<AvailabilityZone>).- Parameters:
 availabilityZones- a consumer that will call methods onAvailabilityZone.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
multiAZCapable
Indicates whether a DB instance is Multi-AZ capable.
- Parameters:
 multiAZCapable- Indicates whether a DB instance is Multi-AZ capable.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
readReplicaCapable
Indicates whether a DB instance can have a read replica.
- Parameters:
 readReplicaCapable- Indicates whether a DB instance can have a read replica.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpc
Indicates whether a DB instance is in a VPC.
- Parameters:
 vpc- Indicates whether a DB instance is in a VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsStorageEncryption
Indicates whether a DB instance supports encrypted storage.
- Parameters:
 supportsStorageEncryption- Indicates whether a DB instance supports encrypted storage.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
storageType
The storage type for a DB instance.
- Parameters:
 storageType- The storage type for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsIops
Indicates whether a DB instance supports provisioned IOPS.
- Parameters:
 supportsIops- Indicates whether a DB instance supports provisioned IOPS.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsEnhancedMonitoring
Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.
- Parameters:
 supportsEnhancedMonitoring- Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsIAMDatabaseAuthentication
OrderableDBInstanceOption.Builder supportsIAMDatabaseAuthentication(Boolean supportsIAMDatabaseAuthentication) Indicates whether a DB instance supports IAM database authentication.
- Parameters:
 supportsIAMDatabaseAuthentication- Indicates whether a DB instance supports IAM database authentication.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsPerformanceInsights
Indicates whether a DB instance supports Performance Insights.
- Parameters:
 supportsPerformanceInsights- Indicates whether a DB instance supports Performance Insights.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
minStorageSize
Minimum storage size for a DB instance.
- Parameters:
 minStorageSize- Minimum storage size for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxStorageSize
Maximum storage size for a DB instance.
- Parameters:
 maxStorageSize- Maximum storage size for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
minIopsPerDbInstance
Minimum total provisioned IOPS for a DB instance.
- Parameters:
 minIopsPerDbInstance- Minimum total provisioned IOPS for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxIopsPerDbInstance
Maximum total provisioned IOPS for a DB instance.
- Parameters:
 maxIopsPerDbInstance- Maximum total provisioned IOPS for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
minIopsPerGib
Minimum provisioned IOPS per GiB for a DB instance.
- Parameters:
 minIopsPerGib- Minimum provisioned IOPS per GiB for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxIopsPerGib
Maximum provisioned IOPS per GiB for a DB instance.
- Parameters:
 maxIopsPerGib- Maximum provisioned IOPS per GiB for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
availableProcessorFeatures
OrderableDBInstanceOption.Builder availableProcessorFeatures(Collection<AvailableProcessorFeature> availableProcessorFeatures) A list of the available processor features for the DB instance class of a DB instance.
- Parameters:
 availableProcessorFeatures- A list of the available processor features for the DB instance class of a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
availableProcessorFeatures
OrderableDBInstanceOption.Builder availableProcessorFeatures(AvailableProcessorFeature... availableProcessorFeatures) A list of the available processor features for the DB instance class of a DB instance.
- Parameters:
 availableProcessorFeatures- A list of the available processor features for the DB instance class of a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
availableProcessorFeatures
OrderableDBInstanceOption.Builder availableProcessorFeatures(Consumer<AvailableProcessorFeature.Builder>... availableProcessorFeatures) A list of the available processor features for the DB instance class of a DB instance.
This is a convenience method that creates an instance of theAvailableProcessorFeature.Builderavoiding the need to create one manually viaAvailableProcessorFeature.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toavailableProcessorFeatures(List<AvailableProcessorFeature>).- Parameters:
 availableProcessorFeatures- a consumer that will call methods onAvailableProcessorFeature.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
supportedEngineModes
A list of the supported DB engine modes.
- Parameters:
 supportedEngineModes- A list of the supported DB engine modes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportedEngineModes
A list of the supported DB engine modes.
- Parameters:
 supportedEngineModes- A list of the supported DB engine modes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsStorageAutoscaling
Indicates whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.
- Parameters:
 supportsStorageAutoscaling- Indicates whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsKerberosAuthentication
OrderableDBInstanceOption.Builder supportsKerberosAuthentication(Boolean supportsKerberosAuthentication) Indicates whether a DB instance supports Kerberos Authentication.
- Parameters:
 supportsKerberosAuthentication- Indicates whether a DB instance supports Kerberos Authentication.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
outpostCapable
Indicates whether a DB instance supports RDS on Outposts.
For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
- Parameters:
 outpostCapable- Indicates whether a DB instance supports RDS on Outposts.For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportedActivityStreamModes
OrderableDBInstanceOption.Builder supportedActivityStreamModes(Collection<String> supportedActivityStreamModes) The list of supported modes for Database Activity Streams. Aurora PostgreSQL returns the value
[sync, async]. Aurora MySQL and RDS for Oracle return[async]only. If Database Activity Streams isn't supported, the return value is an empty list.- Parameters:
 supportedActivityStreamModes- The list of supported modes for Database Activity Streams. Aurora PostgreSQL returns the value[sync, async]. Aurora MySQL and RDS for Oracle return[async]only. If Database Activity Streams isn't supported, the return value is an empty list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportedActivityStreamModes
OrderableDBInstanceOption.Builder supportedActivityStreamModes(String... supportedActivityStreamModes) The list of supported modes for Database Activity Streams. Aurora PostgreSQL returns the value
[sync, async]. Aurora MySQL and RDS for Oracle return[async]only. If Database Activity Streams isn't supported, the return value is an empty list.- Parameters:
 supportedActivityStreamModes- The list of supported modes for Database Activity Streams. Aurora PostgreSQL returns the value[sync, async]. Aurora MySQL and RDS for Oracle return[async]only. If Database Activity Streams isn't supported, the return value is an empty list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsGlobalDatabases
Indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.
- Parameters:
 supportsGlobalDatabases- Indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsClusters
Indicates whether DB instances can be configured as a Multi-AZ DB cluster.
For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.
- Parameters:
 supportsClusters- Indicates whether DB instances can be configured as a Multi-AZ DB cluster.For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportedNetworkTypes
The network types supported by the DB instance (
IPV4orDUAL).A DB instance can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
DUAL).For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
- Parameters:
 supportedNetworkTypes- The network types supported by the DB instance (IPV4orDUAL).A DB instance can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
DUAL).For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportedNetworkTypes
The network types supported by the DB instance (
IPV4orDUAL).A DB instance can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
DUAL).For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
- Parameters:
 supportedNetworkTypes- The network types supported by the DB instance (IPV4orDUAL).A DB instance can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
DUAL).For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsStorageThroughput
Indicates whether a DB instance supports storage throughput.
- Parameters:
 supportsStorageThroughput- Indicates whether a DB instance supports storage throughput.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
minStorageThroughputPerDbInstance
OrderableDBInstanceOption.Builder minStorageThroughputPerDbInstance(Integer minStorageThroughputPerDbInstance) Minimum storage throughput for a DB instance.
- Parameters:
 minStorageThroughputPerDbInstance- Minimum storage throughput for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxStorageThroughputPerDbInstance
OrderableDBInstanceOption.Builder maxStorageThroughputPerDbInstance(Integer maxStorageThroughputPerDbInstance) Maximum storage throughput for a DB instance.
- Parameters:
 maxStorageThroughputPerDbInstance- Maximum storage throughput for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
minStorageThroughputPerIops
Minimum storage throughput to provisioned IOPS ratio for a DB instance.
- Parameters:
 minStorageThroughputPerIops- Minimum storage throughput to provisioned IOPS ratio for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxStorageThroughputPerIops
Maximum storage throughput to provisioned IOPS ratio for a DB instance.
- Parameters:
 maxStorageThroughputPerIops- Maximum storage throughput to provisioned IOPS ratio for a DB instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportsDedicatedLogVolume
Indicates whether a DB instance supports using a dedicated log volume (DLV).
- Parameters:
 supportsDedicatedLogVolume- Indicates whether a DB instance supports using a dedicated log volume (DLV).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -