Interface OperationSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OperationSummary.Builder,OperationSummary>, SdkBuilder<OperationSummary.Builder,OperationSummary>, SdkPojo
Enclosing class:
OperationSummary

public static interface OperationSummary.Builder extends SdkPojo, CopyableBuilder<OperationSummary.Builder,OperationSummary>
  • Method Details

    • id

      The ID for an operation.

      Parameters:
      id - The ID for an operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the operation. Values include the following:

      • SUBMITTED: This is the initial state immediately after you submit a request.

      • PENDING: Cloud Map is performing the operation.

      • SUCCESS: The operation succeeded.

      • FAIL: The operation failed. For the failure reason, see ErrorMessage.

      Parameters:
      status - The status of the operation. Values include the following:

      • SUBMITTED: This is the initial state immediately after you submit a request.

      • PENDING: Cloud Map is performing the operation.

      • SUCCESS: The operation succeeded.

      • FAIL: The operation failed. For the failure reason, see ErrorMessage.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the operation. Values include the following:

      • SUBMITTED: This is the initial state immediately after you submit a request.

      • PENDING: Cloud Map is performing the operation.

      • SUCCESS: The operation succeeded.

      • FAIL: The operation failed. For the failure reason, see ErrorMessage.

      Parameters:
      status - The status of the operation. Values include the following:

      • SUBMITTED: This is the initial state immediately after you submit a request.

      • PENDING: Cloud Map is performing the operation.

      • SUCCESS: The operation succeeded.

      • FAIL: The operation failed. For the failure reason, see ErrorMessage.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: