Interface UpdateLabelGroupRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateLabelGroupRequest.Builder,UpdateLabelGroupRequest>, LookoutEquipmentRequest.Builder, SdkBuilder<UpdateLabelGroupRequest.Builder,UpdateLabelGroupRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateLabelGroupRequest

  • Method Details

    • 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

      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.
    • overrideConfiguration

      UpdateLabelGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.