@Generated(value="software.amazon.awssdk:codegen") public final class ImportInstallationMediaRequest extends RdsRequest implements ToCopyableBuilder<ImportInstallationMediaRequest.Builder,ImportInstallationMediaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportInstallationMediaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportInstallationMediaRequest.Builder |
builder() |
String |
customAvailabilityZoneId()
The identifier of the custom Availability Zone (AZ) to import the installation media to.
|
String |
engine()
The name of the database engine to be used for this instance.
|
String |
engineInstallationMediaPath()
The path to the installation medium for the specified DB engine.
|
String |
engineVersion()
The version number of the database engine to use.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
osInstallationMediaPath()
The path to the installation medium for the operating system associated with the specified DB engine.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportInstallationMediaRequest.Builder> |
serializableBuilderClass() |
ImportInstallationMediaRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String customAvailabilityZoneId()
The identifier of the custom Availability Zone (AZ) to import the installation media to.
public final 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
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
public final 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.
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.
public final String engineInstallationMediaPath()
The path to the installation medium for the specified DB engine.
Example: SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso
Example: SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso
public final 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
Example: WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso
public ImportInstallationMediaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportInstallationMediaRequest.Builder,ImportInstallationMediaRequest>toBuilder in class RdsRequestpublic static ImportInstallationMediaRequest.Builder builder()
public static Class<? extends ImportInstallationMediaRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.