public static interface CreateLabelGroupRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<CreateLabelGroupRequest.Builder,CreateLabelGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLabelGroupRequest.Builder |
clientToken(String clientToken)
A unique identifier for the request to create a label group.
|
CreateLabelGroupRequest.Builder |
faultCodes(Collection<String> faultCodes)
The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with
this label group.
|
CreateLabelGroupRequest.Builder |
faultCodes(String... faultCodes)
The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with
this label group.
|
CreateLabelGroupRequest.Builder |
labelGroupName(String labelGroupName)
Names a group of labels.
|
CreateLabelGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLabelGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLabelGroupRequest.Builder |
tags(Collection<Tag> tags)
Tags that provide metadata about the label group you are creating.
|
CreateLabelGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags that provide metadata about the label group you are creating.
|
CreateLabelGroupRequest.Builder |
tags(Tag... tags)
Tags that provide metadata about the label group you are creating.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLabelGroupRequest.Builder labelGroupName(String labelGroupName)
Names a group of labels.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
labelGroupName - Names a group of labels.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
CreateLabelGroupRequest.Builder faultCodes(Collection<String> faultCodes)
The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
faultCodes - The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used
with this label group.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
CreateLabelGroupRequest.Builder faultCodes(String... faultCodes)
The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
faultCodes - The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used
with this label group.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
CreateLabelGroupRequest.Builder clientToken(String clientToken)
A unique identifier for the request to create a label group. If you do not set the client request token, Lookout for Equipment generates one.
clientToken - A unique identifier for the request to create a label group. If you do not set the client request
token, Lookout for Equipment generates one.CreateLabelGroupRequest.Builder tags(Collection<Tag> tags)
Tags that provide metadata about the label group you are creating.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
tags - Tags that provide metadata about the label group you are creating.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
CreateLabelGroupRequest.Builder tags(Tag... tags)
Tags that provide metadata about the label group you are creating.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
tags - Tags that provide metadata about the label group you are creating.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
CreateLabelGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags that provide metadata about the label group you are creating.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateLabelGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLabelGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.