Interface EvaluationResultIdentifier.Builder

  • Method Details

    • evaluationResultQualifier

      EvaluationResultIdentifier.Builder evaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)

      Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.

      Parameters:
      evaluationResultQualifier - Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationResultQualifier

      default EvaluationResultIdentifier.Builder evaluationResultQualifier(Consumer<EvaluationResultQualifier.Builder> evaluationResultQualifier)

      Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.

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

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

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

      EvaluationResultIdentifier.Builder orderingTimestamp(Instant orderingTimestamp)

      The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.

      Parameters:
      orderingTimestamp - The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceEvaluationId

      EvaluationResultIdentifier.Builder resourceEvaluationId(String resourceEvaluationId)

      A Unique ID for an evaluation result.

      Parameters:
      resourceEvaluationId - A Unique ID for an evaluation result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.