@Generated(value="software.amazon.awssdk:codegen") public final class InstallationMedia extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstallationMedia.Builder,InstallationMedia>
Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstallationMedia.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstallationMedia.Builder |
builder() |
String |
customAvailabilityZoneId()
The custom Availability Zone (AZ) that contains the installation media.
|
String |
engine()
The DB engine.
|
String |
engineInstallationMediaPath()
The path to the installation medium for the DB engine.
|
String |
engineVersion()
The engine version of the DB engine.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
InstallationMediaFailureCause |
failureCause()
If an installation media failure occurred, the cause of the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
installationMediaId()
The installation medium ID.
|
String |
osInstallationMediaPath()
The path to the installation medium for the operating system associated with the DB engine.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstallationMedia.Builder> |
serializableBuilderClass() |
String |
status()
The status of the installation medium.
|
InstallationMedia.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String installationMediaId()
The installation medium ID.
public final String customAvailabilityZoneId()
The custom Availability Zone (AZ) that contains the installation media.
public final String engine()
The DB engine.
public final String engineVersion()
The engine version of the DB engine.
public final String engineInstallationMediaPath()
The path to the installation medium for the DB engine.
public final String osInstallationMediaPath()
The path to the installation medium for the operating system associated with the DB engine.
public final String status()
The status of the installation medium.
public final InstallationMediaFailureCause failureCause()
If an installation media failure occurred, the cause of the failure.
public InstallationMedia.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstallationMedia.Builder,InstallationMedia>public static InstallationMedia.Builder builder()
public static Class<? extends InstallationMedia.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.