Interface DescribeLabelGroupResponse.Builder

    • Method Detail

      • labelGroupName

        DescribeLabelGroupResponse.Builder labelGroupName​(String labelGroupName)

        The name of the label group.

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

        DescribeLabelGroupResponse.Builder labelGroupArn​(String labelGroupArn)

        The Amazon Resource Name (ARN) of the label group.

        Parameters:
        labelGroupArn - The Amazon Resource Name (ARN) of the label group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faultCodes

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

        Codes indicating the type of anomaly associated with the labels in the lagbel group.

        Parameters:
        faultCodes - Codes indicating the type of anomaly associated with the labels in the lagbel group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faultCodes

        DescribeLabelGroupResponse.Builder faultCodes​(String... faultCodes)

        Codes indicating the type of anomaly associated with the labels in the lagbel group.

        Parameters:
        faultCodes - Codes indicating the type of anomaly associated with the labels in the lagbel group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        DescribeLabelGroupResponse.Builder createdAt​(Instant createdAt)

        The time at which the label group was created.

        Parameters:
        createdAt - The time at which the label group was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        DescribeLabelGroupResponse.Builder updatedAt​(Instant updatedAt)

        The time at which the label group was updated.

        Parameters:
        updatedAt - The time at which the label group was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.