Interface LandingZoneOperationDetail.Builder

    • Method Detail

      • endTime

        LandingZoneOperationDetail.Builder endTime​(Instant 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:
        LandingZoneOperationType, LandingZoneOperationType
      • operationType

        LandingZoneOperationDetail.Builder operationType​(LandingZoneOperationType 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:
        LandingZoneOperationType, LandingZoneOperationType
      • startTime

        LandingZoneOperationDetail.Builder startTime​(Instant 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

        LandingZoneOperationDetail.Builder status​(String 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:
        LandingZoneOperationStatus, LandingZoneOperationStatus
      • status

        LandingZoneOperationDetail.Builder status​(LandingZoneOperationStatus 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:
        LandingZoneOperationStatus, LandingZoneOperationStatus
      • 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.