public static interface RestoreVolumeFromSnapshotResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<RestoreVolumeFromSnapshotResponse.Builder,RestoreVolumeFromSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
RestoreVolumeFromSnapshotResponse.Builder |
administrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
RestoreVolumeFromSnapshotResponse.Builder |
administrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
RestoreVolumeFromSnapshotResponse.Builder |
administrativeActions(Consumer<AdministrativeAction.Builder>... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
RestoreVolumeFromSnapshotResponse.Builder |
lifecycle(String lifecycle)
The lifecycle state of the volume being restored.
|
RestoreVolumeFromSnapshotResponse.Builder |
lifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the volume being restored.
|
RestoreVolumeFromSnapshotResponse.Builder |
volumeId(String volumeId)
The ID of the volume that you restored.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreVolumeFromSnapshotResponse.Builder volumeId(String volumeId)
The ID of the volume that you restored.
volumeId - The ID of the volume that you restored.RestoreVolumeFromSnapshotResponse.Builder lifecycle(String lifecycle)
The lifecycle state of the volume being restored.
lifecycle - The lifecycle state of the volume being restored.VolumeLifecycle,
VolumeLifecycleRestoreVolumeFromSnapshotResponse.Builder lifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the volume being restored.
lifecycle - The lifecycle state of the volume being restored.VolumeLifecycle,
VolumeLifecycleRestoreVolumeFromSnapshotResponse.Builder administrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.
administrativeActions - A list of administrative actions for the file system that are in process or waiting to be processed.
Administrative actions describe changes to the Amazon FSx system.RestoreVolumeFromSnapshotResponse.Builder administrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.
administrativeActions - A list of administrative actions for the file system that are in process or waiting to be processed.
Administrative actions describe changes to the Amazon FSx system.RestoreVolumeFromSnapshotResponse.Builder administrativeActions(Consumer<AdministrativeAction.Builder>... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.
This is a convenience method that creates an instance of theAdministrativeAction.Builder avoiding the need to create
one manually via AdministrativeAction.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #administrativeActions(List.
administrativeActions - a consumer that will call methods on
AdministrativeAction.Builder#administrativeActions(java.util.Collection) Copyright © 2023. All rights reserved.