Interface DebugRuleEvaluationStatus.Builder

    • Method Detail

      • ruleConfigurationName

        DebugRuleEvaluationStatus.Builder ruleConfigurationName​(String ruleConfigurationName)

        The name of the rule configuration.

        Parameters:
        ruleConfigurationName - The name of the rule configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ruleEvaluationJobArn

        DebugRuleEvaluationStatus.Builder ruleEvaluationJobArn​(String ruleEvaluationJobArn)

        The Amazon Resource Name (ARN) of the rule evaluation job.

        Parameters:
        ruleEvaluationJobArn - The Amazon Resource Name (ARN) of the rule evaluation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusDetails

        DebugRuleEvaluationStatus.Builder statusDetails​(String statusDetails)

        Details from the rule evaluation.

        Parameters:
        statusDetails - Details from the rule evaluation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        DebugRuleEvaluationStatus.Builder lastModifiedTime​(Instant lastModifiedTime)

        Timestamp when the rule evaluation status was last modified.

        Parameters:
        lastModifiedTime - Timestamp when the rule evaluation status was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.