Interface UpdateLabelGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLabelGroupRequest.Builder,UpdateLabelGroupRequest>,LookoutEquipmentRequest.Builder,SdkBuilder<UpdateLabelGroupRequest.Builder,UpdateLabelGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLabelGroupRequest
public static interface UpdateLabelGroupRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<UpdateLabelGroupRequest.Builder,UpdateLabelGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateLabelGroupRequest.BuilderfaultCodes(String... faultCodes)Updates the code indicating the type of anomaly associated with the label.UpdateLabelGroupRequest.BuilderfaultCodes(Collection<String> faultCodes)Updates the code indicating the type of anomaly associated with the label.UpdateLabelGroupRequest.BuilderlabelGroupName(String labelGroupName)The name of the label group to be updated.UpdateLabelGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLabelGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
overrideConfiguration
UpdateLabelGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLabelGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-