Interface AssessmentTemplateFilter.Builder

    • Method Detail

      • namePattern

        AssessmentTemplateFilter.Builder namePattern​(String namePattern)

        For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTemplateName property of the AssessmentTemplate data type.

        Parameters:
        namePattern - For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTemplateName property of the AssessmentTemplate data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • durationRange

        AssessmentTemplateFilter.Builder durationRange​(DurationRange durationRange)

        For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentTemplate data type.

        Parameters:
        durationRange - For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentTemplate data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rulesPackageArns

        AssessmentTemplateFilter.Builder rulesPackageArns​(Collection<String> rulesPackageArns)

        For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.

        Parameters:
        rulesPackageArns - For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rulesPackageArns

        AssessmentTemplateFilter.Builder rulesPackageArns​(String... rulesPackageArns)

        For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.

        Parameters:
        rulesPackageArns - For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.