@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportInstallationMediaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportInstallationMediaRequest() |
Modifier and Type | Method and Description |
---|---|
ImportInstallationMediaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCustomAvailabilityZoneId()
The identifier of the custom Availability Zone (AZ) to import the installation media to.
|
String |
getEngine()
The name of the database engine to be used for this instance.
|
String |
getEngineInstallationMediaPath()
The path to the installation medium for the specified DB engine.
|
String |
getEngineVersion()
The version number of the database engine to use.
|
String |
getOSInstallationMediaPath()
The path to the installation medium for the operating system associated with the specified DB engine.
|
int |
hashCode() |
void |
setCustomAvailabilityZoneId(String customAvailabilityZoneId)
The identifier of the custom Availability Zone (AZ) to import the installation media to.
|
void |
setEngine(String engine)
The name of the database engine to be used for this instance.
|
void |
setEngineInstallationMediaPath(String engineInstallationMediaPath)
The path to the installation medium for the specified DB engine.
|
void |
setEngineVersion(String engineVersion)
The version number of the database engine to use.
|
void |
setOSInstallationMediaPath(String oSInstallationMediaPath)
The path to the installation medium for the operating system associated with the specified DB engine.
|
String |
toString()
Returns a string representation of this object.
|
ImportInstallationMediaRequest |
withCustomAvailabilityZoneId(String customAvailabilityZoneId)
The identifier of the custom Availability Zone (AZ) to import the installation media to.
|
ImportInstallationMediaRequest |
withEngine(String engine)
The name of the database engine to be used for this instance.
|
ImportInstallationMediaRequest |
withEngineInstallationMediaPath(String engineInstallationMediaPath)
The path to the installation medium for the specified DB engine.
|
ImportInstallationMediaRequest |
withEngineVersion(String engineVersion)
The version number of the database engine to use.
|
ImportInstallationMediaRequest |
withOSInstallationMediaPath(String oSInstallationMediaPath)
The path to the installation medium for the operating system associated with the specified DB engine.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCustomAvailabilityZoneId(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.public String getCustomAvailabilityZoneId()
The identifier of the custom Availability Zone (AZ) to import the installation media to.
public ImportInstallationMediaRequest withCustomAvailabilityZoneId(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.public void setEngine(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
public String getEngine()
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 ImportInstallationMediaRequest withEngine(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
public void setEngineVersion(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.
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.
public String getEngineVersion()
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 ImportInstallationMediaRequest withEngineVersion(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.
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.
public void setEngineInstallationMediaPath(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
public String getEngineInstallationMediaPath()
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 ImportInstallationMediaRequest withEngineInstallationMediaPath(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
public void setOSInstallationMediaPath(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
public String getOSInstallationMediaPath()
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 withOSInstallationMediaPath(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
public String toString()
toString
in class Object
Object.toString()
public ImportInstallationMediaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.