public static interface DeleteLabelRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<DeleteLabelRequest.Builder,DeleteLabelRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteLabelRequest.Builder |
labelGroupName(String labelGroupName)
The name of the label group that contains the label that you want to delete.
|
DeleteLabelRequest.Builder |
labelId(String labelId)
The ID of the label that you want to delete.
|
DeleteLabelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteLabelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteLabelRequest.Builder labelGroupName(String labelGroupName)
The name of the label group that contains the label that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data.
labelGroupName - The name of the label group that contains the label that you want to delete. Data in this field will
be retained for service usage. Follow best practices for the security of your data.DeleteLabelRequest.Builder labelId(String labelId)
The ID of the label that you want to delete.
labelId - The ID of the label that you want to delete.DeleteLabelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteLabelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.