Interface ApplicationRestoreConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ApplicationRestoreConfiguration.Builder,,ApplicationRestoreConfiguration> SdkBuilder<ApplicationRestoreConfiguration.Builder,,ApplicationRestoreConfiguration> SdkPojo
- Enclosing class:
 ApplicationRestoreConfiguration
public static interface ApplicationRestoreConfiguration.Builder
extends SdkPojo, CopyableBuilder<ApplicationRestoreConfiguration.Builder,ApplicationRestoreConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationRestoreType(String applicationRestoreType) Specifies how the application should be restored.applicationRestoreType(ApplicationRestoreType applicationRestoreType) Specifies how the application should be restored.snapshotName(String snapshotName) The identifier of an existing snapshot of application state to use to restart an application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
applicationRestoreType
Specifies how the application should be restored.
- Parameters:
 applicationRestoreType- Specifies how the application should be restored.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
applicationRestoreType
ApplicationRestoreConfiguration.Builder applicationRestoreType(ApplicationRestoreType applicationRestoreType) Specifies how the application should be restored.
- Parameters:
 applicationRestoreType- Specifies how the application should be restored.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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_SNAPSHOTis specified for theApplicationRestoreType.- Parameters:
 snapshotName- The identifier of an existing snapshot of application state to use to restart an application. The application uses this value ifRESTORE_FROM_CUSTOM_SNAPSHOTis specified for theApplicationRestoreType.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -