Interface CreateCustomDbEngineVersionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateCustomDbEngineVersionResponse.Builder,,- CreateCustomDbEngineVersionResponse> - RdsResponse.Builder,- SdkBuilder<CreateCustomDbEngineVersionResponse.Builder,,- CreateCustomDbEngineVersionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateCustomDbEngineVersionResponse
- 
Method SummaryModifier and TypeMethodDescriptioncreateTime(Instant createTime) The creation time of the DB engine version.customDBEngineVersionManifest(String customDBEngineVersionManifest) JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV).databaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName) The name of the Amazon S3 bucket that contains your database installation files.databaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix) The Amazon S3 directory that contains the database installation files.dbEngineDescription(String dbEngineDescription) The description of the database engine.dbEngineMediaType(String dbEngineMediaType) A value that indicates the source media provider of the AMI based on the usage operation.dbEngineVersionArn(String dbEngineVersionArn) The ARN of the custom engine version.dbEngineVersionDescription(String dbEngineVersionDescription) The description of the database engine version.dbParameterGroupFamily(String dbParameterGroupFamily) The name of the DB parameter group family for the database engine.defaultCharacterSet(Consumer<CharacterSet.Builder> defaultCharacterSet) The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.defaultCharacterSet(CharacterSet defaultCharacterSet) The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.The name of the database engine.engineVersion(String engineVersion) The version number of the database engine.exportableLogTypes(String... exportableLogTypes) The types of logs that the database engine has available for export to CloudWatch Logs.exportableLogTypes(Collection<String> exportableLogTypes) The types of logs that the database engine has available for export to CloudWatch Logs.The EC2 imageimage(CustomDBEngineVersionAMI image) The EC2 imageThe Amazon Web Services KMS key identifier for an encrypted CEV.majorEngineVersion(String majorEngineVersion) The major engine version of the CEV.serverlessV2FeaturesSupport(Consumer<ServerlessV2FeaturesSupport.Builder> serverlessV2FeaturesSupport) Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions.serverlessV2FeaturesSupport(ServerlessV2FeaturesSupport serverlessV2FeaturesSupport) Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions.The status of the DB engine version, eitheravailableordeprecated.supportedCACertificateIdentifiers(String... supportedCACertificateIdentifiers) A list of the supported CA certificate identifiers.supportedCACertificateIdentifiers(Collection<String> supportedCACertificateIdentifiers) A list of the supported CA certificate identifiers.supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.supportedCharacterSets(Consumer<CharacterSet.Builder>... supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.supportedCharacterSets(CharacterSet... supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.supportedEngineModes(String... supportedEngineModes) A list of the supported DB engine modes.supportedEngineModes(Collection<String> supportedEngineModes) A list of the supported DB engine modes.supportedFeatureNames(String... supportedFeatureNames) A list of features supported by the DB engine.supportedFeatureNames(Collection<String> supportedFeatureNames) A list of features supported by the DB engine.supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.supportedNcharCharacterSets(Consumer<CharacterSet.Builder>... supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.supportedTimezones(Collection<Timezone> supportedTimezones) A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.supportedTimezones(Consumer<Timezone.Builder>... supportedTimezones) A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.supportedTimezones(Timezone... supportedTimezones) A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.supportsBabelfish(Boolean supportsBabelfish) Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.supportsCertificateRotationWithoutRestart(Boolean supportsCertificateRotationWithoutRestart) Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.supportsGlobalDatabases(Boolean supportsGlobalDatabases) Indicates whether you can use Aurora global databases with a specific DB engine version.supportsIntegrations(Boolean supportsIntegrations) Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.supportsLimitlessDatabase(Boolean supportsLimitlessDatabase) Indicates whether the DB engine version supports Aurora Limitless Database.supportsLocalWriteForwarding(Boolean supportsLocalWriteForwarding) Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster.supportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs) Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.supportsParallelQuery(Boolean supportsParallelQuery) Indicates whether you can use Aurora parallel query with a specific DB engine version.supportsReadReplica(Boolean supportsReadReplica) Indicates whether the database engine version supports read replicas.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.tagList(Consumer<Tag.Builder>... tagList) Sets the value of the TagList property for this object.Sets the value of the TagList property for this object.validUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget) A list of engine versions that this database engine version can be upgraded to.validUpgradeTarget(Consumer<UpgradeTarget.Builder>... validUpgradeTarget) A list of engine versions that this database engine version can be upgraded to.validUpgradeTarget(UpgradeTarget... validUpgradeTarget) A list of engine versions that this database engine version can be upgraded to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
engineThe name of the database engine. - Parameters:
- engine- The name of the database engine.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
majorEngineVersionThe major engine version of the CEV. - Parameters:
- majorEngineVersion- The major engine version of the CEV.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
engineVersionThe version number of the database engine. - Parameters:
- engineVersion- The version number of the database engine.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
databaseInstallationFilesS3BucketNameCreateCustomDbEngineVersionResponse.Builder databaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName) The name of the Amazon S3 bucket that contains your database installation files. - Parameters:
- databaseInstallationFilesS3BucketName- The name of the Amazon S3 bucket that contains your database installation files.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
databaseInstallationFilesS3PrefixCreateCustomDbEngineVersionResponse.Builder databaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix) The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed. - Parameters:
- databaseInstallationFilesS3Prefix- The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customDBEngineVersionManifestCreateCustomDbEngineVersionResponse.Builder customDBEngineVersionManifest(String customDBEngineVersionManifest) JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide. - Parameters:
- customDBEngineVersionManifest- JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbParameterGroupFamilyThe name of the DB parameter group family for the database engine. - Parameters:
- dbParameterGroupFamily- The name of the DB parameter group family for the database engine.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbEngineDescriptionThe description of the database engine. - Parameters:
- dbEngineDescription- The description of the database engine.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbEngineVersionArnThe ARN of the custom engine version. - Parameters:
- dbEngineVersionArn- The ARN of the custom engine version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbEngineVersionDescriptionCreateCustomDbEngineVersionResponse.Builder dbEngineVersionDescription(String dbEngineVersionDescription) The description of the database engine version. - Parameters:
- dbEngineVersionDescription- The description of the database engine version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultCharacterSetThe default character set for new instances of this engine version, if the CharacterSetNameparameter of the CreateDBInstance API isn't specified.- Parameters:
- defaultCharacterSet- The default character set for new instances of this engine version, if the- CharacterSetNameparameter of the CreateDBInstance API isn't specified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultCharacterSetdefault CreateCustomDbEngineVersionResponse.Builder defaultCharacterSet(Consumer<CharacterSet.Builder> defaultCharacterSet) The default character set for new instances of this engine version, if the This is a convenience method that creates an instance of theCharacterSetNameparameter of the CreateDBInstance API isn't specified.CharacterSet.Builderavoiding the need to create one manually viaCharacterSet.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultCharacterSet(CharacterSet).- Parameters:
- defaultCharacterSet- a consumer that will call methods on- CharacterSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
imageThe EC2 image - Parameters:
- image- The EC2 image
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imagedefault CreateCustomDbEngineVersionResponse.Builder image(Consumer<CustomDBEngineVersionAMI.Builder> image) The EC2 image This is a convenience method that creates an instance of theCustomDBEngineVersionAMI.Builderavoiding the need to create one manually viaCustomDBEngineVersionAMI.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimage(CustomDBEngineVersionAMI).- Parameters:
- image- a consumer that will call methods on- CustomDBEngineVersionAMI.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dbEngineMediaTypeA value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server. - Parameters:
- dbEngineMediaType- A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kmsKeyIdThe Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS. - Parameters:
- kmsKeyId- The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createTimeThe creation time of the DB engine version. - Parameters:
- createTime- The creation time of the DB engine version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedCharacterSetsCreateCustomDbEngineVersionResponse.Builder supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets) A list of the character sets supported by this engine for the CharacterSetNameparameter of theCreateDBInstanceoperation.- Parameters:
- supportedCharacterSets- A list of the character sets supported by this engine for the- CharacterSetNameparameter of the- CreateDBInstanceoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedCharacterSetsCreateCustomDbEngineVersionResponse.Builder supportedCharacterSets(CharacterSet... supportedCharacterSets) A list of the character sets supported by this engine for the CharacterSetNameparameter of theCreateDBInstanceoperation.- Parameters:
- supportedCharacterSets- A list of the character sets supported by this engine for the- CharacterSetNameparameter of the- CreateDBInstanceoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedCharacterSetsCreateCustomDbEngineVersionResponse.Builder supportedCharacterSets(Consumer<CharacterSet.Builder>... supportedCharacterSets) A list of the character sets supported by this engine for the This is a convenience method that creates an instance of theCharacterSetNameparameter of theCreateDBInstanceoperation.CharacterSet.Builderavoiding the need to create one manually viaCharacterSet.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosupportedCharacterSets(List<CharacterSet>).- Parameters:
- supportedCharacterSets- a consumer that will call methods on- CharacterSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
supportedNcharCharacterSetsCreateCustomDbEngineVersionResponse.Builder supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetNameparameter of theCreateDBInstanceoperation.- Parameters:
- supportedNcharCharacterSets- A list of the character sets supported by the Oracle DB engine for the- NcharCharacterSetNameparameter of the- CreateDBInstanceoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedNcharCharacterSetsCreateCustomDbEngineVersionResponse.Builder supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetNameparameter of theCreateDBInstanceoperation.- Parameters:
- supportedNcharCharacterSets- A list of the character sets supported by the Oracle DB engine for the- NcharCharacterSetNameparameter of the- CreateDBInstanceoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedNcharCharacterSetsCreateCustomDbEngineVersionResponse.Builder supportedNcharCharacterSets(Consumer<CharacterSet.Builder>... supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for the This is a convenience method that creates an instance of theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.CharacterSet.Builderavoiding the need to create one manually viaCharacterSet.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosupportedNcharCharacterSets(List<CharacterSet>).- Parameters:
- supportedNcharCharacterSets- a consumer that will call methods on- CharacterSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
validUpgradeTargetCreateCustomDbEngineVersionResponse.Builder validUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget) A list of engine versions that this database engine version can be upgraded to. - Parameters:
- validUpgradeTarget- A list of engine versions that this database engine version can be upgraded to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
validUpgradeTargetA list of engine versions that this database engine version can be upgraded to. - Parameters:
- validUpgradeTarget- A list of engine versions that this database engine version can be upgraded to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
validUpgradeTargetCreateCustomDbEngineVersionResponse.Builder validUpgradeTarget(Consumer<UpgradeTarget.Builder>... validUpgradeTarget) A list of engine versions that this database engine version can be upgraded to. This is a convenience method that creates an instance of theUpgradeTarget.Builderavoiding the need to create one manually viaUpgradeTarget.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalidUpgradeTarget(List<UpgradeTarget>).- Parameters:
- validUpgradeTarget- a consumer that will call methods on- UpgradeTarget.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
supportedTimezonesCreateCustomDbEngineVersionResponse.Builder supportedTimezones(Collection<Timezone> supportedTimezones) A list of the time zones supported by this engine for the Timezoneparameter of theCreateDBInstanceaction.- Parameters:
- supportedTimezones- A list of the time zones supported by this engine for the- Timezoneparameter of the- CreateDBInstanceaction.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedTimezonesA list of the time zones supported by this engine for the Timezoneparameter of theCreateDBInstanceaction.- Parameters:
- supportedTimezones- A list of the time zones supported by this engine for the- Timezoneparameter of the- CreateDBInstanceaction.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedTimezonesCreateCustomDbEngineVersionResponse.Builder supportedTimezones(Consumer<Timezone.Builder>... supportedTimezones) A list of the time zones supported by this engine for the This is a convenience method that creates an instance of theTimezoneparameter of theCreateDBInstanceaction.Timezone.Builderavoiding the need to create one manually viaTimezone.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosupportedTimezones(List<Timezone>).- Parameters:
- supportedTimezones- a consumer that will call methods on- Timezone.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
exportableLogTypesCreateCustomDbEngineVersionResponse.Builder exportableLogTypes(Collection<String> exportableLogTypes) The types of logs that the database engine has available for export to CloudWatch Logs. - Parameters:
- exportableLogTypes- The types of logs that the database engine has available for export to CloudWatch Logs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportableLogTypesThe types of logs that the database engine has available for export to CloudWatch Logs. - Parameters:
- exportableLogTypes- The types of logs that the database engine has available for export to CloudWatch Logs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportsLogExportsToCloudwatchLogsCreateCustomDbEngineVersionResponse.Builder supportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs) Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs. - Parameters:
- supportsLogExportsToCloudwatchLogs- Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportsReadReplicaIndicates whether the database engine version supports read replicas. - Parameters:
- supportsReadReplica- Indicates whether the database engine version supports read replicas.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedEngineModesCreateCustomDbEngineVersionResponse.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.
 
- 
supportedEngineModesA 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.
 
- 
supportedFeatureNamesCreateCustomDbEngineVersionResponse.Builder supportedFeatureNames(Collection<String> supportedFeatureNames) A list of features supported by the DB engine. The supported features vary by DB engine and DB engine version. To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command: aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command: aws rds describe-db-engine-versions --engine postgres --engine-version 13.3The supported features are listed under SupportedFeatureNamesin the output.- Parameters:
- supportedFeatureNames- A list of features supported by the DB engine.- The supported features vary by DB engine and DB engine version. - To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command: - aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>- For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command: - aws rds describe-db-engine-versions --engine postgres --engine-version 13.3- The supported features are listed under - SupportedFeatureNamesin the output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedFeatureNamesA list of features supported by the DB engine. The supported features vary by DB engine and DB engine version. To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command: aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command: aws rds describe-db-engine-versions --engine postgres --engine-version 13.3The supported features are listed under SupportedFeatureNamesin the output.- Parameters:
- supportedFeatureNames- A list of features supported by the DB engine.- The supported features vary by DB engine and DB engine version. - To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command: - aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>- For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command: - aws rds describe-db-engine-versions --engine postgres --engine-version 13.3- The supported features are listed under - SupportedFeatureNamesin the output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the DB engine version, either availableordeprecated.- Parameters:
- status- The status of the DB engine version, either- availableor- deprecated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportsParallelQueryIndicates whether you can use Aurora parallel query with a specific DB engine version. - Parameters:
- supportsParallelQuery- Indicates whether you can use Aurora parallel query with a specific DB engine version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportsGlobalDatabasesCreateCustomDbEngineVersionResponse.Builder supportsGlobalDatabases(Boolean supportsGlobalDatabases) Indicates whether you can use Aurora global databases with a specific DB engine version. - Parameters:
- supportsGlobalDatabases- Indicates whether you can use Aurora global databases with a specific DB engine version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagListSets the value of the TagList property for this object.- Parameters:
- tagList- The new value for the TagList property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagListSets the value of the TagList property for this object.- Parameters:
- tagList- The new value for the TagList property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagListSets the value of the TagList property for this object. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totagList(List<Tag>).- Parameters:
- tagList- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
supportsBabelfishIndicates whether the engine version supports Babelfish for Aurora PostgreSQL. - Parameters:
- supportsBabelfish- Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportsLimitlessDatabaseCreateCustomDbEngineVersionResponse.Builder supportsLimitlessDatabase(Boolean supportsLimitlessDatabase) Indicates whether the DB engine version supports Aurora Limitless Database. - Parameters:
- supportsLimitlessDatabase- Indicates whether the DB engine version supports Aurora Limitless Database.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportsCertificateRotationWithoutRestartCreateCustomDbEngineVersionResponse.Builder supportsCertificateRotationWithoutRestart(Boolean supportsCertificateRotationWithoutRestart) Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance. - Parameters:
- supportsCertificateRotationWithoutRestart- Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedCACertificateIdentifiersCreateCustomDbEngineVersionResponse.Builder supportedCACertificateIdentifiers(Collection<String> supportedCACertificateIdentifiers) A list of the supported CA certificate identifiers. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide. - Parameters:
- supportedCACertificateIdentifiers- A list of the supported CA certificate identifiers.- For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedCACertificateIdentifiersCreateCustomDbEngineVersionResponse.Builder supportedCACertificateIdentifiers(String... supportedCACertificateIdentifiers) A list of the supported CA certificate identifiers. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide. - Parameters:
- supportedCACertificateIdentifiers- A list of the supported CA certificate identifiers.- For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportsLocalWriteForwardingCreateCustomDbEngineVersionResponse.Builder supportsLocalWriteForwarding(Boolean supportsLocalWriteForwarding) Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only - Parameters:
- supportsLocalWriteForwarding- Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.- Valid for: Aurora DB clusters only 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportsIntegrationsIndicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift. - Parameters:
- supportsIntegrations- Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serverlessV2FeaturesSupportCreateCustomDbEngineVersionResponse.Builder serverlessV2FeaturesSupport(ServerlessV2FeaturesSupport serverlessV2FeaturesSupport) Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions. You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features. - Parameters:
- serverlessV2FeaturesSupport- Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions. You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serverlessV2FeaturesSupportdefault CreateCustomDbEngineVersionResponse.Builder serverlessV2FeaturesSupport(Consumer<ServerlessV2FeaturesSupport.Builder> serverlessV2FeaturesSupport) Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions. You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features. This is a convenience method that creates an instance of theServerlessV2FeaturesSupport.Builderavoiding the need to create one manually viaServerlessV2FeaturesSupport.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserverlessV2FeaturesSupport(ServerlessV2FeaturesSupport).- Parameters:
- serverlessV2FeaturesSupport- a consumer that will call methods on- ServerlessV2FeaturesSupport.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-