Interface RestoreVolumeFromSnapshotResponse.Builder

    • Method Detail

      • volumeId

        RestoreVolumeFromSnapshotResponse.Builder volumeId​(String volumeId)

        The ID of the volume that you restored.

        Parameters:
        volumeId - The ID of the volume that you restored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • administrativeActions

        RestoreVolumeFromSnapshotResponse.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • administrativeActions

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.