@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String customAvailabilityZoneId()
The identifier of the custom Availability Zone (AZ) to import the installation media to.
public 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 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 Version and Feature Support 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 Version and Feature Support on Amazon RDS in the Amazon RDS User Guide.
public 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 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 RdsRequest
public static ImportInstallationMediaRequest.Builder builder()
public static Class<? extends ImportInstallationMediaRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.