Interface DescribeExecutionResponse.Builder

  • Method Details

    • executionId

      DescribeExecutionResponse.Builder executionId(String executionId)

      The ID of the execution.

      Parameters:
      executionId - The ID of the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionType

      DescribeExecutionResponse.Builder actionType(String actionType)

      The type of action exectued.

      Parameters:
      actionType - The type of action exectued.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetResource

      DescribeExecutionResponse.Builder targetResource(TargetResource targetResource)
      Sets the value of the TargetResource property for this object.
      Parameters:
      targetResource - The new value for the TargetResource property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetResource

      default DescribeExecutionResponse.Builder targetResource(Consumer<TargetResource.Builder> targetResource)
      Sets the value of the TargetResource property for this object. This is a convenience method that creates an instance of the TargetResource.Builder avoiding the need to create one manually via TargetResource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to targetResource(TargetResource).

      Parameters:
      targetResource - a consumer that will call methods on TargetResource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetResourceVersion

      DescribeExecutionResponse.Builder targetResourceVersion(String targetResourceVersion)

      The version of the target resource.

      Parameters:
      targetResourceVersion - The version of the target resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resolveTo

      The detailed resource this execution resolves to.

      Parameters:
      resolveTo - The detailed resource this execution resolves to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resolveTo

      The detailed resource this execution resolves to.

      This is a convenience method that creates an instance of the ResolveTo.Builder avoiding the need to create one manually via ResolveTo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resolveTo(ResolveTo).

      Parameters:
      resolveTo - a consumer that will call methods on ResolveTo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • executionStartTime

      DescribeExecutionResponse.Builder executionStartTime(Instant executionStartTime)

      The time the process started.

      Parameters:
      executionStartTime - The time the process started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionEndTime

      DescribeExecutionResponse.Builder executionEndTime(Instant executionEndTime)

      The time the process ended.

      Parameters:
      executionEndTime - The time the process ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionStatus

      DescribeExecutionResponse.Builder executionStatus(ExecutionStatus executionStatus)

      The status of the execution process.

      Parameters:
      executionStatus - The status of the execution process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionStatus

      default DescribeExecutionResponse.Builder executionStatus(Consumer<ExecutionStatus.Builder> executionStatus)

      The status of the execution process.

      This is a convenience method that creates an instance of the ExecutionStatus.Builder avoiding the need to create one manually via ExecutionStatus.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to executionStatus(ExecutionStatus).

      Parameters:
      executionStatus - a consumer that will call methods on ExecutionStatus.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • executionResult

      DescribeExecutionResponse.Builder executionResult(Map<String,String> executionResult)

      The result of the execution.

      Parameters:
      executionResult - The result of the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionDetails

      DescribeExecutionResponse.Builder executionDetails(Map<String,String> executionDetails)

      Provides detailed information about the execution of your anomaly detection models. This includes model metrics and training timestamps for both training and inference actions.

      • The training action (Amazon Web Services/ANOMALY_DETECTION_TRAINING), includes performance metrics that help you compare different versions of your anomaly detection models. These metrics provide insights into the model's performance during the training process.

      • The inference action (Amazon Web Services/ANOMALY_DETECTION_INFERENCE), includes information about the results of executing your anomaly detection models. This helps you understand the output of your models and assess their performance.

      Parameters:
      executionDetails - Provides detailed information about the execution of your anomaly detection models. This includes model metrics and training timestamps for both training and inference actions.

      • The training action (Amazon Web Services/ANOMALY_DETECTION_TRAINING), includes performance metrics that help you compare different versions of your anomaly detection models. These metrics provide insights into the model's performance during the training process.

      • The inference action (Amazon Web Services/ANOMALY_DETECTION_INFERENCE), includes information about the results of executing your anomaly detection models. This helps you understand the output of your models and assess their performance.

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

      DescribeExecutionResponse.Builder executionEntityVersion(String executionEntityVersion)

      Entity version used for the execution.

      Parameters:
      executionEntityVersion - Entity version used for the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.