Interface UpdateLabelGroupRequest.Builder

    • Method Detail

      • labelGroupName

        UpdateLabelGroupRequest.Builder labelGroupName​(String labelGroupName)

        The name of the label group to be updated.

        Parameters:
        labelGroupName - The name of the label group to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faultCodes

        UpdateLabelGroupRequest.Builder faultCodes​(Collection<String> faultCodes)

        Updates the code indicating the type of anomaly associated with the label.

        Data in this field will be retained for service usage. Follow best practices for the security of your data.

        Parameters:
        faultCodes - Updates the code indicating the type of anomaly associated with the label.

        Data in this field will be retained for service usage. Follow best practices for the security of your data.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faultCodes

        UpdateLabelGroupRequest.Builder faultCodes​(String... faultCodes)

        Updates the code indicating the type of anomaly associated with the label.

        Data in this field will be retained for service usage. Follow best practices for the security of your data.

        Parameters:
        faultCodes - Updates the code indicating the type of anomaly associated with the label.

        Data in this field will be retained for service usage. Follow best practices for the security of your data.

        Returns:
        Returns a reference to this object so that method calls can be chained together.