public static interface ImportInstallationMediaRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ImportInstallationMediaRequest.Builder,ImportInstallationMediaRequest>
Modifier and Type | Method and Description |
---|---|
ImportInstallationMediaRequest.Builder |
customAvailabilityZoneId(String customAvailabilityZoneId)
The identifier of the custom Availability Zone (AZ) to import the installation media to.
|
ImportInstallationMediaRequest.Builder |
engine(String engine)
The name of the database engine to be used for this instance.
|
ImportInstallationMediaRequest.Builder |
engineInstallationMediaPath(String engineInstallationMediaPath)
The path to the installation medium for the specified DB engine.
|
ImportInstallationMediaRequest.Builder |
engineVersion(String engineVersion)
The version number of the database engine to use.
|
ImportInstallationMediaRequest.Builder |
osInstallationMediaPath(String osInstallationMediaPath)
The path to the installation medium for the operating system associated with the specified DB engine.
|
ImportInstallationMediaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportInstallationMediaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ImportInstallationMediaRequest.Builder customAvailabilityZoneId(String customAvailabilityZoneId)
The identifier of the custom Availability Zone (AZ) to import the installation media to.
customAvailabilityZoneId
- The identifier of the custom Availability Zone (AZ) to import the installation media to.ImportInstallationMediaRequest.Builder engine(String engine)
The name of the database engine to be used for this instance.
The list only includes supported DB engines that require an on-premises customer provided license.
Valid Values:
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
engine
- The name of the database engine to be used for this instance.
The list only includes supported DB engines that require an on-premises customer provided license.
Valid Values:
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
ImportInstallationMediaRequest.Builder engineVersion(String engineVersion)
The version number of the database engine to use.
For a list of valid engine versions, call DescribeDBEngineVersions.
The following are the database engines and links to information about the major and minor versions. The list only includes DB engines that require an on-premises customer provided license.
Microsoft SQL Server
See Microsoft SQL Server Versions on Amazon RDS in the Amazon RDS User Guide.
engineVersion
- The version number of the database engine to use.
For a list of valid engine versions, call DescribeDBEngineVersions.
The following are the database engines and links to information about the major and minor versions. The list only includes DB engines that require an on-premises customer provided license.
Microsoft SQL Server
See Microsoft SQL Server Versions on Amazon RDS in the Amazon RDS User Guide.
ImportInstallationMediaRequest.Builder engineInstallationMediaPath(String engineInstallationMediaPath)
The path to the installation medium for the specified DB engine.
Example: SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso
engineInstallationMediaPath
- The path to the installation medium for the specified DB engine.
Example: SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso
ImportInstallationMediaRequest.Builder osInstallationMediaPath(String osInstallationMediaPath)
The path to the installation medium for the operating system associated with the specified DB engine.
Example: WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso
osInstallationMediaPath
- The path to the installation medium for the operating system associated with the specified DB
engine.
Example: WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso
ImportInstallationMediaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ImportInstallationMediaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.