public static interface ApplicationRestoreConfiguration.Builder extends SdkPojo, CopyableBuilder<ApplicationRestoreConfiguration.Builder,ApplicationRestoreConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ApplicationRestoreConfiguration.Builder |
applicationRestoreType(ApplicationRestoreType applicationRestoreType)
Specifies how the application should be restored.
|
ApplicationRestoreConfiguration.Builder |
applicationRestoreType(String applicationRestoreType)
Specifies how the application should be restored.
|
ApplicationRestoreConfiguration.Builder |
snapshotName(String snapshotName)
The identifier of an existing snapshot of application state to use to restart an application.
|
copyapplyMutation, buildApplicationRestoreConfiguration.Builder applicationRestoreType(String applicationRestoreType)
Specifies how the application should be restored.
applicationRestoreType - Specifies how the application should be restored.ApplicationRestoreType,
ApplicationRestoreTypeApplicationRestoreConfiguration.Builder applicationRestoreType(ApplicationRestoreType applicationRestoreType)
Specifies how the application should be restored.
applicationRestoreType - Specifies how the application should be restored.ApplicationRestoreType,
ApplicationRestoreTypeApplicationRestoreConfiguration.Builder snapshotName(String snapshotName)
The identifier of an existing snapshot of application state to use to restart an application. The application
uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the
ApplicationRestoreType.
snapshotName - The identifier of an existing snapshot of application state to use to restart an application. The
application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the
ApplicationRestoreType.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.