public static interface ImportInstallationMediaResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ImportInstallationMediaResponse.Builder,ImportInstallationMediaResponse>
| Modifier and Type | Method and Description |
|---|---|
ImportInstallationMediaResponse.Builder |
customAvailabilityZoneId(String customAvailabilityZoneId)
The custom Availability Zone (AZ) that contains the installation media.
|
ImportInstallationMediaResponse.Builder |
engine(String engine)
The DB engine.
|
ImportInstallationMediaResponse.Builder |
engineInstallationMediaPath(String engineInstallationMediaPath)
The path to the installation medium for the DB engine.
|
ImportInstallationMediaResponse.Builder |
engineVersion(String engineVersion)
The engine version of the DB engine.
|
default ImportInstallationMediaResponse.Builder |
failureCause(Consumer<InstallationMediaFailureCause.Builder> failureCause)
If an installation media failure occurred, the cause of the failure.
|
ImportInstallationMediaResponse.Builder |
failureCause(InstallationMediaFailureCause failureCause)
If an installation media failure occurred, the cause of the failure.
|
ImportInstallationMediaResponse.Builder |
installationMediaId(String installationMediaId)
The installation medium ID.
|
ImportInstallationMediaResponse.Builder |
osInstallationMediaPath(String osInstallationMediaPath)
The path to the installation medium for the operating system associated with the DB engine.
|
ImportInstallationMediaResponse.Builder |
status(String status)
The status of the installation medium.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportInstallationMediaResponse.Builder installationMediaId(String installationMediaId)
The installation medium ID.
installationMediaId - The installation medium ID.ImportInstallationMediaResponse.Builder customAvailabilityZoneId(String customAvailabilityZoneId)
The custom Availability Zone (AZ) that contains the installation media.
customAvailabilityZoneId - The custom Availability Zone (AZ) that contains the installation media.ImportInstallationMediaResponse.Builder engine(String engine)
The DB engine.
engine - The DB engine.ImportInstallationMediaResponse.Builder engineVersion(String engineVersion)
The engine version of the DB engine.
engineVersion - The engine version of the DB engine.ImportInstallationMediaResponse.Builder engineInstallationMediaPath(String engineInstallationMediaPath)
The path to the installation medium for the DB engine.
engineInstallationMediaPath - The path to the installation medium for the DB engine.ImportInstallationMediaResponse.Builder osInstallationMediaPath(String osInstallationMediaPath)
The path to the installation medium for the operating system associated with the DB engine.
osInstallationMediaPath - The path to the installation medium for the operating system associated with the DB engine.ImportInstallationMediaResponse.Builder status(String status)
The status of the installation medium.
status - The status of the installation medium.ImportInstallationMediaResponse.Builder failureCause(InstallationMediaFailureCause failureCause)
If an installation media failure occurred, the cause of the failure.
failureCause - If an installation media failure occurred, the cause of the failure.default ImportInstallationMediaResponse.Builder failureCause(Consumer<InstallationMediaFailureCause.Builder> failureCause)
If an installation media failure occurred, the cause of the failure.
This is a convenience that creates an instance of theInstallationMediaFailureCause.Builder avoiding
the need to create one manually via InstallationMediaFailureCause.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to failureCause(InstallationMediaFailureCause).failureCause - a consumer that will call methods on InstallationMediaFailureCause.BuilderfailureCause(InstallationMediaFailureCause)Copyright © 2021. All rights reserved.