Interface ProfilerRuleEvaluationStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProfilerRuleEvaluationStatus.Builder,ProfilerRuleEvaluationStatus>, SdkBuilder<ProfilerRuleEvaluationStatus.Builder,ProfilerRuleEvaluationStatus>, SdkPojo
Enclosing class:
ProfilerRuleEvaluationStatus

public static interface ProfilerRuleEvaluationStatus.Builder extends SdkPojo, CopyableBuilder<ProfilerRuleEvaluationStatus.Builder,ProfilerRuleEvaluationStatus>
  • Method Details

    • ruleConfigurationName

      ProfilerRuleEvaluationStatus.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

      ProfilerRuleEvaluationStatus.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.
    • ruleEvaluationStatus

      ProfilerRuleEvaluationStatus.Builder ruleEvaluationStatus(String ruleEvaluationStatus)

      Status of the rule evaluation.

      Parameters:
      ruleEvaluationStatus - Status of the rule evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ruleEvaluationStatus

      ProfilerRuleEvaluationStatus.Builder ruleEvaluationStatus(RuleEvaluationStatus ruleEvaluationStatus)

      Status of the rule evaluation.

      Parameters:
      ruleEvaluationStatus - Status of the rule evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusDetails

      ProfilerRuleEvaluationStatus.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

      ProfilerRuleEvaluationStatus.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.