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)
Provides the percent complete of a
STORAGE_OPTIMIZATION administrative action. |
AdministrativeAction.Builder |
requestTime(Instant requestTime)
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. |
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)
Provides the percent complete of a STORAGE_OPTIMIZATION administrative action. Does not apply to
any other administrative action type.
progressPercent - Provides the percent complete of a STORAGE_OPTIMIZATION administrative action. Does not
apply to any other administrative action type.AdministrativeAction.Builder requestTime(Instant requestTime)
Time that the administrative action request was received.
requestTime - 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. For more
information, see Managing storage
capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and
throughput capacity in the Amazon FSx for Lustre User Guide.
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. For
more information, see Managing
storage capacity in the Amazon FSx for Windows File Server User Guide and Managing
storage and throughput capacity in the Amazon FSx for Lustre User Guide.
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. For more
information, see Managing storage
capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and
throughput capacity in the Amazon FSx for Lustre User Guide.
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. For
more information, see Managing
storage capacity in the Amazon FSx for Windows File Server User Guide and Managing
storage and throughput capacity in the Amazon FSx for Lustre User Guide.
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)Copyright © 2021. All rights reserved.