Interface BaselineOperation.Builder

    • Method Detail

      • endTime

        BaselineOperation.Builder endTime​(Instant endTime)

        The end time of the operation (if applicable), in ISO 8601 format.

        Parameters:
        endTime - The end time of the operation (if applicable), in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationIdentifier

        BaselineOperation.Builder operationIdentifier​(String operationIdentifier)

        The identifier of the specified operation.

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

        BaselineOperation.Builder operationType​(String operationType)

        An enumerated type (enum) with possible values of ENABLE_BASELINE, DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or RESET_ENABLED_BASELINE.

        Parameters:
        operationType - An enumerated type (enum) with possible values of ENABLE_BASELINE, DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or RESET_ENABLED_BASELINE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BaselineOperationType, BaselineOperationType
      • operationType

        BaselineOperation.Builder operationType​(BaselineOperationType operationType)

        An enumerated type (enum) with possible values of ENABLE_BASELINE, DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or RESET_ENABLED_BASELINE.

        Parameters:
        operationType - An enumerated type (enum) with possible values of ENABLE_BASELINE, DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or RESET_ENABLED_BASELINE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BaselineOperationType, BaselineOperationType
      • startTime

        BaselineOperation.Builder startTime​(Instant startTime)

        The start time of the operation, in ISO 8601 format.

        Parameters:
        startTime - The start time of the operation, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        BaselineOperation.Builder status​(String status)

        An enumerated type (enum) with possible values of SUCCEEDED, FAILED, or IN_PROGRESS.

        Parameters:
        status - An enumerated type (enum) with possible values of SUCCEEDED, FAILED, or IN_PROGRESS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BaselineOperationStatus, BaselineOperationStatus
      • statusMessage

        BaselineOperation.Builder statusMessage​(String statusMessage)

        A status message that gives more information about the operation's status, if applicable.

        Parameters:
        statusMessage - A status message that gives more information about the operation's status, if applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.