Interface OrderableDBInstanceOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OrderableDBInstanceOption.Builder,OrderableDBInstanceOption>,SdkBuilder<OrderableDBInstanceOption.Builder,OrderableDBInstanceOption>,SdkPojo
- Enclosing class:
- OrderableDBInstanceOption
public static interface OrderableDBInstanceOption.Builder extends SdkPojo, CopyableBuilder<OrderableDBInstanceOption.Builder,OrderableDBInstanceOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrderableDBInstanceOption.BuilderavailabilityZoneGroup(String availabilityZoneGroup)The Availability Zone group for a DB instance.OrderableDBInstanceOption.BuilderavailabilityZones(Collection<AvailabilityZone> availabilityZones)A list of Availability Zones for a DB instance.OrderableDBInstanceOption.BuilderavailabilityZones(Consumer<AvailabilityZone.Builder>... availabilityZones)A list of Availability Zones for a DB instance.OrderableDBInstanceOption.BuilderavailabilityZones(AvailabilityZone... availabilityZones)A list of Availability Zones for a DB instance.OrderableDBInstanceOption.BuilderavailableProcessorFeatures(Collection<AvailableProcessorFeature> availableProcessorFeatures)A list of the available processor features for the DB instance class of a DB instance.OrderableDBInstanceOption.BuilderavailableProcessorFeatures(Consumer<AvailableProcessorFeature.Builder>... availableProcessorFeatures)A list of the available processor features for the DB instance class of a DB instance.OrderableDBInstanceOption.BuilderavailableProcessorFeatures(AvailableProcessorFeature... availableProcessorFeatures)A list of the available processor features for the DB instance class of a DB instance.OrderableDBInstanceOption.BuilderdbInstanceClass(String dbInstanceClass)The DB instance class for a DB instance.OrderableDBInstanceOption.Builderengine(String engine)The engine type of a DB instance.OrderableDBInstanceOption.BuilderengineVersion(String engineVersion)The engine version of a DB instance.OrderableDBInstanceOption.BuilderlicenseModel(String licenseModel)The license model for a DB instance.OrderableDBInstanceOption.BuildermaxIopsPerDbInstance(Integer maxIopsPerDbInstance)Maximum total provisioned IOPS for a DB instance.OrderableDBInstanceOption.BuildermaxIopsPerGib(Double maxIopsPerGib)Maximum provisioned IOPS per GiB for a DB instance.OrderableDBInstanceOption.BuildermaxStorageSize(Integer maxStorageSize)Maximum storage size for a DB instance.OrderableDBInstanceOption.BuildermaxStorageThroughputPerDbInstance(Integer maxStorageThroughputPerDbInstance)Maximum storage throughput for a DB instance.OrderableDBInstanceOption.BuildermaxStorageThroughputPerIops(Double maxStorageThroughputPerIops)Maximum storage throughput to provisioned IOPS ratio for a DB instance.OrderableDBInstanceOption.BuilderminIopsPerDbInstance(Integer minIopsPerDbInstance)Minimum total provisioned IOPS for a DB instance.OrderableDBInstanceOption.BuilderminIopsPerGib(Double minIopsPerGib)Minimum provisioned IOPS per GiB for a DB instance.OrderableDBInstanceOption.BuilderminStorageSize(Integer minStorageSize)Minimum storage size for a DB instance.OrderableDBInstanceOption.BuilderminStorageThroughputPerDbInstance(Integer minStorageThroughputPerDbInstance)Minimum storage throughput for a DB instance.OrderableDBInstanceOption.BuilderminStorageThroughputPerIops(Double minStorageThroughputPerIops)Minimum storage throughput to provisioned IOPS ratio for a DB instance.OrderableDBInstanceOption.BuildermultiAZCapable(Boolean multiAZCapable)Indicates whether a DB instance is Multi-AZ capable.OrderableDBInstanceOption.BuilderoutpostCapable(Boolean outpostCapable)Indicates whether a DB instance supports RDS on Outposts.OrderableDBInstanceOption.BuilderreadReplicaCapable(Boolean readReplicaCapable)Indicates whether a DB instance can have a read replica.OrderableDBInstanceOption.BuilderstorageType(String storageType)The storage type for a DB instance.OrderableDBInstanceOption.BuildersupportedActivityStreamModes(String... supportedActivityStreamModes)The list of supported modes for Database Activity Streams.OrderableDBInstanceOption.BuildersupportedActivityStreamModes(Collection<String> supportedActivityStreamModes)The list of supported modes for Database Activity Streams.OrderableDBInstanceOption.BuildersupportedEngineModes(String... supportedEngineModes)A list of the supported DB engine modes.OrderableDBInstanceOption.BuildersupportedEngineModes(Collection<String> supportedEngineModes)A list of the supported DB engine modes.OrderableDBInstanceOption.BuildersupportedNetworkTypes(String... supportedNetworkTypes)The network types supported by the DB instance (IPV4orDUAL).OrderableDBInstanceOption.BuildersupportedNetworkTypes(Collection<String> supportedNetworkTypes)The network types supported by the DB instance (IPV4orDUAL).OrderableDBInstanceOption.BuildersupportsClusters(Boolean supportsClusters)Indicates whether DB instances can be configured as a Multi-AZ DB cluster.OrderableDBInstanceOption.BuildersupportsDedicatedLogVolume(Boolean supportsDedicatedLogVolume)Indicates whether a DB instance supports using a dedicated log volume (DLV).OrderableDBInstanceOption.BuildersupportsEnhancedMonitoring(Boolean supportsEnhancedMonitoring)Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.OrderableDBInstanceOption.BuildersupportsGlobalDatabases(Boolean supportsGlobalDatabases)Indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.OrderableDBInstanceOption.BuildersupportsIAMDatabaseAuthentication(Boolean supportsIAMDatabaseAuthentication)Indicates whether a DB instance supports IAM database authentication.OrderableDBInstanceOption.BuildersupportsIops(Boolean supportsIops)Indicates whether a DB instance supports provisioned IOPS.OrderableDBInstanceOption.BuildersupportsKerberosAuthentication(Boolean supportsKerberosAuthentication)Indicates whether a DB instance supports Kerberos Authentication.OrderableDBInstanceOption.BuildersupportsPerformanceInsights(Boolean supportsPerformanceInsights)Indicates whether a DB instance supports Performance Insights.OrderableDBInstanceOption.BuildersupportsStorageAutoscaling(Boolean supportsStorageAutoscaling)Indicates whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.OrderableDBInstanceOption.BuildersupportsStorageEncryption(Boolean supportsStorageEncryption)Indicates whether a DB instance supports encrypted storage.OrderableDBInstanceOption.BuildersupportsStorageThroughput(Boolean supportsStorageThroughput)Indicates whether a DB instance supports storage throughput.OrderableDBInstanceOption.Buildervpc(Boolean vpc)Indicates whether a DB instance is in a VPC.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
engine
OrderableDBInstanceOption.Builder engine(String 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
OrderableDBInstanceOption.Builder engineVersion(String 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
OrderableDBInstanceOption.Builder dbInstanceClass(String 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
OrderableDBInstanceOption.Builder licenseModel(String 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
OrderableDBInstanceOption.Builder availabilityZoneGroup(String 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
OrderableDBInstanceOption.Builder availabilityZones(Collection<AvailabilityZone> 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(AvailabilityZone... 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 to#availabilityZones(List.) - 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:
#availabilityZones(java.util.Collection)
-
multiAZCapable
OrderableDBInstanceOption.Builder multiAZCapable(Boolean 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
OrderableDBInstanceOption.Builder readReplicaCapable(Boolean 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
OrderableDBInstanceOption.Builder vpc(Boolean 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
OrderableDBInstanceOption.Builder supportsStorageEncryption(Boolean 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
OrderableDBInstanceOption.Builder storageType(String 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
OrderableDBInstanceOption.Builder supportsIops(Boolean 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
OrderableDBInstanceOption.Builder supportsEnhancedMonitoring(Boolean 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
OrderableDBInstanceOption.Builder supportsPerformanceInsights(Boolean 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
OrderableDBInstanceOption.Builder minStorageSize(Integer 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
OrderableDBInstanceOption.Builder maxStorageSize(Integer 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
OrderableDBInstanceOption.Builder minIopsPerDbInstance(Integer 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
OrderableDBInstanceOption.Builder maxIopsPerDbInstance(Integer 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
OrderableDBInstanceOption.Builder minIopsPerGib(Double 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
OrderableDBInstanceOption.Builder maxIopsPerGib(Double 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 to#availableProcessorFeatures(List.) - 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:
#availableProcessorFeatures(java.util.Collection)
-
supportedEngineModes
OrderableDBInstanceOption.Builder supportedEngineModes(Collection<String> 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
OrderableDBInstanceOption.Builder supportedEngineModes(String... 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
OrderableDBInstanceOption.Builder supportsStorageAutoscaling(Boolean 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
OrderableDBInstanceOption.Builder outpostCapable(Boolean 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
OrderableDBInstanceOption.Builder supportsGlobalDatabases(Boolean 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
OrderableDBInstanceOption.Builder supportsClusters(Boolean 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
OrderableDBInstanceOption.Builder supportedNetworkTypes(Collection<String> 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
OrderableDBInstanceOption.Builder supportedNetworkTypes(String... 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
OrderableDBInstanceOption.Builder supportsStorageThroughput(Boolean 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
OrderableDBInstanceOption.Builder minStorageThroughputPerIops(Double 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
OrderableDBInstanceOption.Builder maxStorageThroughputPerIops(Double 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
OrderableDBInstanceOption.Builder supportsDedicatedLogVolume(Boolean 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.
-
-