public static interface QualificationRequirement.Builder extends CopyableBuilder<QualificationRequirement.Builder,QualificationRequirement>
Modifier and Type | Method and Description |
---|---|
QualificationRequirement.Builder |
comparator(Comparator comparator)
The kind of comparison to make against a Qualification's value.
|
QualificationRequirement.Builder |
comparator(String comparator)
The kind of comparison to make against a Qualification's value.
|
QualificationRequirement.Builder |
integerValues(Collection<Integer> integerValues)
The integer value to compare against the Qualification's value.
|
QualificationRequirement.Builder |
integerValues(Integer... integerValues)
The integer value to compare against the Qualification's value.
|
QualificationRequirement.Builder |
localeValues(Collection<Locale> localeValues)
The locale value to compare against the Qualification's value.
|
QualificationRequirement.Builder |
localeValues(Consumer<Locale.Builder>... localeValues)
The locale value to compare against the Qualification's value.
|
QualificationRequirement.Builder |
localeValues(Locale... localeValues)
The locale value to compare against the Qualification's value.
|
QualificationRequirement.Builder |
qualificationTypeId(String qualificationTypeId)
The ID of the Qualification type for the requirement.
|
QualificationRequirement.Builder |
requiredToPreview(Boolean requiredToPreview)
If true, the question data for the HIT will not be shown when a Worker whose Qualifications do not meet this
requirement tries to preview the HIT.
|
copy
applyMutation, build
QualificationRequirement.Builder qualificationTypeId(String qualificationTypeId)
The ID of the Qualification type for the requirement.
qualificationTypeId
- The ID of the Qualification type for the requirement.QualificationRequirement.Builder comparator(String comparator)
The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the user's profile, regardless of its value.
comparator
- The kind of comparison to make against a Qualification's value. You can compare a Qualification's
value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan,
GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to
see if it is EqualTo, or NotEqualTo the LocaleValue. You can check to see if the value is In or NotIn
a set of IntegerValue or LocaleValue values. Lastly, a Qualification requirement can also test if a
Qualification Exists or DoesNotExist in the user's profile, regardless of its value.Comparator
,
Comparator
QualificationRequirement.Builder comparator(Comparator comparator)
The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the user's profile, regardless of its value.
comparator
- The kind of comparison to make against a Qualification's value. You can compare a Qualification's
value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan,
GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to
see if it is EqualTo, or NotEqualTo the LocaleValue. You can check to see if the value is In or NotIn
a set of IntegerValue or LocaleValue values. Lastly, a Qualification requirement can also test if a
Qualification Exists or DoesNotExist in the user's profile, regardless of its value.Comparator
,
Comparator
QualificationRequirement.Builder integerValues(Collection<Integer> integerValues)
The integer value to compare against the Qualification's value. IntegerValue must not be present if Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a QualificationRequirement data structure.
integerValues
- The integer value to compare against the Qualification's value. IntegerValue must not be present if
Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an
integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set
comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a
QualificationRequirement data structure.QualificationRequirement.Builder integerValues(Integer... integerValues)
The integer value to compare against the Qualification's value. IntegerValue must not be present if Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a QualificationRequirement data structure.
integerValues
- The integer value to compare against the Qualification's value. IntegerValue must not be present if
Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an
integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set
comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a
QualificationRequirement data structure.QualificationRequirement.Builder localeValues(Collection<Locale> localeValues)
The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166 country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to 30 LocaleValue elements in a QualificationRequirement data structure.
localeValues
- The locale value to compare against the Qualification's value. The local value must be a valid ISO
3166 country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a
Worker_Locale QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and
NotIn comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo
comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up
to 30 LocaleValue elements in a QualificationRequirement data structure.QualificationRequirement.Builder localeValues(Locale... localeValues)
The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166 country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to 30 LocaleValue elements in a QualificationRequirement data structure.
localeValues
- The locale value to compare against the Qualification's value. The local value must be a valid ISO
3166 country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a
Worker_Locale QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and
NotIn comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo
comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up
to 30 LocaleValue elements in a QualificationRequirement data structure.QualificationRequirement.Builder localeValues(Consumer<Locale.Builder>... localeValues)
The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166 country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to 30 LocaleValue elements in a QualificationRequirement data structure.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #localeValues(List)
.localeValues
- a consumer that will call methods on List.Builder
#localeValues(List)
QualificationRequirement.Builder requiredToPreview(Boolean requiredToPreview)
If true, the question data for the HIT will not be shown when a Worker whose Qualifications do not meet this requirement tries to preview the HIT. That is, a Worker's Qualifications must meet all of the requirements for which RequiredToPreview is true in order to preview the HIT. If a Worker meets all of the requirements where RequiredToPreview is true (or if there are no such requirements), but does not meet all of the requirements for the HIT, the Worker will be allowed to preview the HIT's question data, but will not be allowed to accept and complete the HIT. The default is false.
requiredToPreview
- If true, the question data for the HIT will not be shown when a Worker whose Qualifications do not
meet this requirement tries to preview the HIT. That is, a Worker's Qualifications must meet all of
the requirements for which RequiredToPreview is true in order to preview the HIT. If a Worker meets
all of the requirements where RequiredToPreview is true (or if there are no such requirements), but
does not meet all of the requirements for the HIT, the Worker will be allowed to preview the HIT's
question data, but will not be allowed to accept and complete the HIT. The default is false.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.