public static interface AdministrativeAction.Builder extends SdkPojo, CopyableBuilder<AdministrativeAction.Builder,AdministrativeAction>
| Modifier and Type | Method and Description |
|---|---|
AdministrativeAction.Builder |
administrativeActionType(AdministrativeActionType administrativeActionType)
Sets the value of the AdministrativeActionType property for this object.
|
AdministrativeAction.Builder |
administrativeActionType(String administrativeActionType)
Sets the value of the AdministrativeActionType property for this object.
|
AdministrativeAction.Builder |
failureDetails(AdministrativeActionFailureDetails failureDetails)
Sets the value of the FailureDetails property for this object.
|
default AdministrativeAction.Builder |
failureDetails(Consumer<AdministrativeActionFailureDetails.Builder> failureDetails)
Sets the value of the FailureDetails property for this object.
|
AdministrativeAction.Builder |
progressPercent(Integer progressPercent)
The percentage-complete status of a
STORAGE_OPTIMIZATION administrative action. |
AdministrativeAction.Builder |
requestTime(Instant requestTime)
The time that the administrative action request was received.
|
AdministrativeAction.Builder |
status(Status status)
Describes the status of the administrative action, as follows:
|
AdministrativeAction.Builder |
status(String status)
Describes the status of the administrative action, as follows:
|
default AdministrativeAction.Builder |
targetFileSystemValues(Consumer<FileSystem.Builder> targetFileSystemValues)
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
AdministrativeAction.Builder |
targetFileSystemValues(FileSystem targetFileSystemValues)
Describes the target value for the administration action, provided in the
UpdateFileSystem
operation. |
default AdministrativeAction.Builder |
targetSnapshotValues(Consumer<Snapshot.Builder> targetSnapshotValues)
Sets the value of the TargetSnapshotValues property for this object.
|
AdministrativeAction.Builder |
targetSnapshotValues(Snapshot targetSnapshotValues)
Sets the value of the TargetSnapshotValues property for this object.
|
default AdministrativeAction.Builder |
targetVolumeValues(Consumer<Volume.Builder> targetVolumeValues)
Sets the value of the TargetVolumeValues property for this object.
|
AdministrativeAction.Builder |
targetVolumeValues(Volume targetVolumeValues)
Sets the value of the TargetVolumeValues property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdministrativeAction.Builder administrativeActionType(String administrativeActionType)
administrativeActionType - The new value for the AdministrativeActionType property for this object.AdministrativeActionType,
AdministrativeActionTypeAdministrativeAction.Builder administrativeActionType(AdministrativeActionType administrativeActionType)
administrativeActionType - The new value for the AdministrativeActionType property for this object.AdministrativeActionType,
AdministrativeActionTypeAdministrativeAction.Builder progressPercent(Integer progressPercent)
The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply
to any other administrative action type.
progressPercent - The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not
apply to any other administrative action type.AdministrativeAction.Builder requestTime(Instant requestTime)
The time that the administrative action request was received.
requestTime - The time that the administrative action request was received.AdministrativeAction.Builder status(String status)
Describes the status of the administrative action, as follows:
FAILED - Amazon FSx failed to process the administrative action successfully.
IN_PROGRESS - Amazon FSx is processing the administrative action.
PENDING - Amazon FSx is waiting to process the administrative action.
COMPLETED - Amazon FSx has finished processing the administrative task.
UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file
system with the new storage capacity, and is now performing the storage-optimization process.
status - Describes the status of the administrative action, as follows:
FAILED - Amazon FSx failed to process the administrative action successfully.
IN_PROGRESS - Amazon FSx is processing the administrative action.
PENDING - Amazon FSx is waiting to process the administrative action.
COMPLETED - Amazon FSx has finished processing the administrative task.
UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the
file system with the new storage capacity, and is now performing the storage-optimization process.
Status,
StatusAdministrativeAction.Builder status(Status status)
Describes the status of the administrative action, as follows:
FAILED - Amazon FSx failed to process the administrative action successfully.
IN_PROGRESS - Amazon FSx is processing the administrative action.
PENDING - Amazon FSx is waiting to process the administrative action.
COMPLETED - Amazon FSx has finished processing the administrative task.
UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file
system with the new storage capacity, and is now performing the storage-optimization process.
status - Describes the status of the administrative action, as follows:
FAILED - Amazon FSx failed to process the administrative action successfully.
IN_PROGRESS - Amazon FSx is processing the administrative action.
PENDING - Amazon FSx is waiting to process the administrative action.
COMPLETED - Amazon FSx has finished processing the administrative task.
UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the
file system with the new storage capacity, and is now performing the storage-optimization process.
Status,
StatusAdministrativeAction.Builder targetFileSystemValues(FileSystem targetFileSystemValues)
Describes the target value for the administration action, provided in the UpdateFileSystem
operation. Returned for FILE_SYSTEM_UPDATE administrative actions.
targetFileSystemValues - Describes the target value for the administration action, provided in the
UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative
actions.default AdministrativeAction.Builder targetFileSystemValues(Consumer<FileSystem.Builder> targetFileSystemValues)
Describes the target value for the administration action, provided in the UpdateFileSystem
operation. Returned for FILE_SYSTEM_UPDATE administrative actions.
FileSystem.Builder avoiding the need to
create one manually via FileSystem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to targetFileSystemValues(FileSystem).
targetFileSystemValues - a consumer that will call methods on FileSystem.BuildertargetFileSystemValues(FileSystem)AdministrativeAction.Builder failureDetails(AdministrativeActionFailureDetails failureDetails)
failureDetails - The new value for the FailureDetails property for this object.default AdministrativeAction.Builder failureDetails(Consumer<AdministrativeActionFailureDetails.Builder> failureDetails)
AdministrativeActionFailureDetails.Builder avoiding the need to create one manually via
AdministrativeActionFailureDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to failureDetails(AdministrativeActionFailureDetails).
failureDetails - a consumer that will call methods on AdministrativeActionFailureDetails.BuilderfailureDetails(AdministrativeActionFailureDetails)AdministrativeAction.Builder targetVolumeValues(Volume targetVolumeValues)
targetVolumeValues - The new value for the TargetVolumeValues property for this object.default AdministrativeAction.Builder targetVolumeValues(Consumer<Volume.Builder> targetVolumeValues)
Volume.Builder avoiding the need to
create one manually via Volume.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to targetVolumeValues(Volume).
targetVolumeValues - a consumer that will call methods on Volume.BuildertargetVolumeValues(Volume)AdministrativeAction.Builder targetSnapshotValues(Snapshot targetSnapshotValues)
targetSnapshotValues - The new value for the TargetSnapshotValues property for this object.default AdministrativeAction.Builder targetSnapshotValues(Consumer<Snapshot.Builder> targetSnapshotValues)
Snapshot.Builder avoiding the need to
create one manually via Snapshot.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to targetSnapshotValues(Snapshot).
targetSnapshotValues - a consumer that will call methods on Snapshot.BuildertargetSnapshotValues(Snapshot)Copyright © 2023. All rights reserved.