static ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.builder() |
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.createTime(Instant createTime) |
The creation time of the DB engine version.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.customDBEngineVersionManifest(String customDBEngineVersionManifest) |
JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine
version (CEV).
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.databaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName) |
The name of the Amazon S3 bucket that contains your database installation files.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.databaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix) |
The Amazon S3 directory that contains the database installation files.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.dbEngineDescription(String dbEngineDescription) |
The description of the database engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.dbEngineMediaType(String dbEngineMediaType) |
A value that indicates the source media provider of the AMI based on the usage operation.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.dbEngineVersionArn(String dbEngineVersionArn) |
The ARN of the custom engine version.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.dbEngineVersionDescription(String dbEngineVersionDescription) |
The description of the database engine version.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.dbParameterGroupFamily(String dbParameterGroupFamily) |
The name of the DB parameter group family for the database engine.
|
default ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.defaultCharacterSet(Consumer<CharacterSet.Builder> defaultCharacterSet) |
The default character set for new instances of this engine version, if the CharacterSetName
parameter of the CreateDBInstance API isn't specified.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.defaultCharacterSet(CharacterSet defaultCharacterSet) |
The default character set for new instances of this engine version, if the CharacterSetName
parameter of the CreateDBInstance API isn't specified.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.engine(String engine) |
The name of the database engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.engineVersion(String engineVersion) |
The version number of the database engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.exportableLogTypes(String... exportableLogTypes) |
The types of logs that the database engine has available for export to CloudWatch Logs.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.exportableLogTypes(Collection<String> exportableLogTypes) |
The types of logs that the database engine has available for export to CloudWatch Logs.
|
default ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.image(Consumer<CustomDBEngineVersionAMI.Builder> image) |
The EC2 image
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.image(CustomDBEngineVersionAMI image) |
The EC2 image
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.kmsKeyId(String kmsKeyId) |
The Amazon Web Services KMS key identifier for an encrypted CEV.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.majorEngineVersion(String majorEngineVersion) |
The major engine version of the CEV.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.status(String status) |
The status of the DB engine version, either available or deprecated .
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedCACertificateIdentifiers(String... supportedCACertificateIdentifiers) |
A list of the supported CA certificate identifiers.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedCACertificateIdentifiers(Collection<String> supportedCACertificateIdentifiers) |
A list of the supported CA certificate identifiers.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets) |
A list of the character sets supported by this engine for the CharacterSetName parameter of the
CreateDBInstance operation.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedCharacterSets(Consumer<CharacterSet.Builder>... supportedCharacterSets) |
A list of the character sets supported by this engine for the CharacterSetName parameter of the
CreateDBInstance operation.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedCharacterSets(CharacterSet... supportedCharacterSets) |
A list of the character sets supported by this engine for the CharacterSetName parameter of the
CreateDBInstance operation.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedEngineModes(String... supportedEngineModes) |
A list of the supported DB engine modes.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedEngineModes(Collection<String> supportedEngineModes) |
A list of the supported DB engine modes.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedFeatureNames(String... supportedFeatureNames) |
A list of features supported by the DB engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedFeatureNames(Collection<String> supportedFeatureNames) |
A list of features supported by the DB engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets) |
A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName
parameter of the CreateDBInstance operation.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedNcharCharacterSets(Consumer<CharacterSet.Builder>... supportedNcharCharacterSets) |
A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName
parameter of the CreateDBInstance operation.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets) |
A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName
parameter of the CreateDBInstance operation.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedTimezones(Collection<Timezone> supportedTimezones) |
A list of the time zones supported by this engine for the Timezone parameter of the
CreateDBInstance action.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedTimezones(Consumer<Timezone.Builder>... supportedTimezones) |
A list of the time zones supported by this engine for the Timezone parameter of the
CreateDBInstance action.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportedTimezones(Timezone... supportedTimezones) |
A list of the time zones supported by this engine for the Timezone parameter of the
CreateDBInstance action.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportsBabelfish(Boolean supportsBabelfish) |
Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportsCertificateRotationWithoutRestart(Boolean supportsCertificateRotationWithoutRestart) |
Indicates whether the engine version supports rotating the server certificate without rebooting the DB
instance.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportsGlobalDatabases(Boolean supportsGlobalDatabases) |
Indicates whether you can use Aurora global databases with a specific DB engine version.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportsIntegrations(Boolean supportsIntegrations) |
Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.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.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs) |
Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to
CloudWatch Logs.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportsParallelQuery(Boolean supportsParallelQuery) |
Indicates whether you can use Aurora parallel query with a specific DB engine version.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.supportsReadReplica(Boolean supportsReadReplica) |
Indicates whether the database engine version supports read replicas.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.tagList(Collection<Tag> tagList) |
Sets the value of the TagList property for this object.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.tagList(Consumer<Tag.Builder>... tagList) |
Sets the value of the TagList property for this object.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.tagList(Tag... tagList) |
Sets the value of the TagList property for this object.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.toBuilder() |
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.validUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget) |
A list of engine versions that this database engine version can be upgraded to.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.validUpgradeTarget(Consumer<UpgradeTarget.Builder>... validUpgradeTarget) |
A list of engine versions that this database engine version can be upgraded to.
|
ModifyCustomDbEngineVersionResponse.Builder |
ModifyCustomDbEngineVersionResponse.Builder.validUpgradeTarget(UpgradeTarget... validUpgradeTarget) |
A list of engine versions that this database engine version can be upgraded to.
|