Interface LandingZoneOperationDetail.Builder

  • Method Details

    • endTime

      The landing zone operation end time.

      Parameters:
      endTime - The landing zone operation end time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operationIdentifier

      LandingZoneOperationDetail.Builder operationIdentifier(String operationIdentifier)

      The operationIdentifier of the landing zone operation.

      Parameters:
      operationIdentifier - The operationIdentifier of the landing zone operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operationType

      LandingZoneOperationDetail.Builder operationType(String operationType)

      The landing zone operation type.

      Valid values:

      • DELETE: The DeleteLandingZone operation.

      • CREATE: The CreateLandingZone operation.

      • UPDATE: The UpdateLandingZone operation.

      • RESET: The ResetLandingZone operation.

      Parameters:
      operationType - The landing zone operation type.

      Valid values:

      • DELETE: The DeleteLandingZone operation.

      • CREATE: The CreateLandingZone operation.

      • UPDATE: The UpdateLandingZone operation.

      • RESET: The ResetLandingZone operation.

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

      The landing zone operation type.

      Valid values:

      • DELETE: The DeleteLandingZone operation.

      • CREATE: The CreateLandingZone operation.

      • UPDATE: The UpdateLandingZone operation.

      • RESET: The ResetLandingZone operation.

      Parameters:
      operationType - The landing zone operation type.

      Valid values:

      • DELETE: The DeleteLandingZone operation.

      • CREATE: The CreateLandingZone operation.

      • UPDATE: The UpdateLandingZone operation.

      • RESET: The ResetLandingZone operation.

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

      The landing zone operation start time.

      Parameters:
      startTime - The landing zone operation start time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Valid values:

      • SUCCEEDED: The landing zone operation succeeded.

      • IN_PROGRESS: The landing zone operation is in progress.

      • FAILED: The landing zone operation failed.

      Parameters:
      status - Valid values:

      • SUCCEEDED: The landing zone operation succeeded.

      • IN_PROGRESS: The landing zone operation is in progress.

      • FAILED: The landing zone operation failed.

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

      Valid values:

      • SUCCEEDED: The landing zone operation succeeded.

      • IN_PROGRESS: The landing zone operation is in progress.

      • FAILED: The landing zone operation failed.

      Parameters:
      status - Valid values:

      • SUCCEEDED: The landing zone operation succeeded.

      • IN_PROGRESS: The landing zone operation is in progress.

      • FAILED: The landing zone operation failed.

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

      LandingZoneOperationDetail.Builder statusMessage(String statusMessage)

      If the operation result is FAILED, this string contains a message explaining why the operation failed.

      Parameters:
      statusMessage - If the operation result is FAILED, this string contains a message explaining why the operation failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.