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.
|
copy
applyMutation, build
ApplicationRestoreConfiguration.Builder applicationRestoreType(String applicationRestoreType)
Specifies how the application should be restored.
applicationRestoreType
- Specifies how the application should be restored.ApplicationRestoreType
,
ApplicationRestoreType
ApplicationRestoreConfiguration.Builder applicationRestoreType(ApplicationRestoreType applicationRestoreType)
Specifies how the application should be restored.
applicationRestoreType
- Specifies how the application should be restored.ApplicationRestoreType
,
ApplicationRestoreType
ApplicationRestoreConfiguration.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.