Interface EvaluationResultIdentifier.Builder

    • Method Detail

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