Interface ProtectiveEquipmentSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectiveEquipmentSummary.Builder,ProtectiveEquipmentSummary>,SdkBuilder<ProtectiveEquipmentSummary.Builder,ProtectiveEquipmentSummary>,SdkPojo
- Enclosing class:
- ProtectiveEquipmentSummary
public static interface ProtectiveEquipmentSummary.Builder extends SdkPojo, CopyableBuilder<ProtectiveEquipmentSummary.Builder,ProtectiveEquipmentSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtectiveEquipmentSummary.BuilderpersonsIndeterminate(Integer... personsIndeterminate)An array of IDs for persons where it was not possible to determine if they are wearing personal protective equipment.ProtectiveEquipmentSummary.BuilderpersonsIndeterminate(Collection<Integer> personsIndeterminate)An array of IDs for persons where it was not possible to determine if they are wearing personal protective equipment.ProtectiveEquipmentSummary.BuilderpersonsWithoutRequiredEquipment(Integer... personsWithoutRequiredEquipment)An array of IDs for persons who are not wearing all of the types of PPE specified in theRequiredEquipmentTypesfield of the detected personal protective equipment.ProtectiveEquipmentSummary.BuilderpersonsWithoutRequiredEquipment(Collection<Integer> personsWithoutRequiredEquipment)An array of IDs for persons who are not wearing all of the types of PPE specified in theRequiredEquipmentTypesfield of the detected personal protective equipment.ProtectiveEquipmentSummary.BuilderpersonsWithRequiredEquipment(Integer... personsWithRequiredEquipment)An array of IDs for persons who are wearing detected personal protective equipment.ProtectiveEquipmentSummary.BuilderpersonsWithRequiredEquipment(Collection<Integer> personsWithRequiredEquipment)An array of IDs for persons who are wearing detected personal protective equipment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
personsWithRequiredEquipment
ProtectiveEquipmentSummary.Builder personsWithRequiredEquipment(Collection<Integer> personsWithRequiredEquipment)
An array of IDs for persons who are wearing detected personal protective equipment.
- Parameters:
personsWithRequiredEquipment- An array of IDs for persons who are wearing detected personal protective equipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personsWithRequiredEquipment
ProtectiveEquipmentSummary.Builder personsWithRequiredEquipment(Integer... personsWithRequiredEquipment)
An array of IDs for persons who are wearing detected personal protective equipment.
- Parameters:
personsWithRequiredEquipment- An array of IDs for persons who are wearing detected personal protective equipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personsWithoutRequiredEquipment
ProtectiveEquipmentSummary.Builder personsWithoutRequiredEquipment(Collection<Integer> personsWithoutRequiredEquipment)
An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypesfield of the detected personal protective equipment.- Parameters:
personsWithoutRequiredEquipment- An array of IDs for persons who are not wearing all of the types of PPE specified in theRequiredEquipmentTypesfield of the detected personal protective equipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personsWithoutRequiredEquipment
ProtectiveEquipmentSummary.Builder personsWithoutRequiredEquipment(Integer... personsWithoutRequiredEquipment)
An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypesfield of the detected personal protective equipment.- Parameters:
personsWithoutRequiredEquipment- An array of IDs for persons who are not wearing all of the types of PPE specified in theRequiredEquipmentTypesfield of the detected personal protective equipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personsIndeterminate
ProtectiveEquipmentSummary.Builder personsIndeterminate(Collection<Integer> personsIndeterminate)
An array of IDs for persons where it was not possible to determine if they are wearing personal protective equipment.
- Parameters:
personsIndeterminate- An array of IDs for persons where it was not possible to determine if they are wearing personal protective equipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personsIndeterminate
ProtectiveEquipmentSummary.Builder personsIndeterminate(Integer... personsIndeterminate)
An array of IDs for persons where it was not possible to determine if they are wearing personal protective equipment.
- Parameters:
personsIndeterminate- An array of IDs for persons where it was not possible to determine if they are wearing personal protective equipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-