Interface GeneralLabelsSettings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<GeneralLabelsSettings.Builder,,GeneralLabelsSettings> SdkBuilder<GeneralLabelsSettings.Builder,,GeneralLabelsSettings> SdkPojo
- Enclosing class:
 GeneralLabelsSettings
public static interface GeneralLabelsSettings.Builder
extends SdkPojo, CopyableBuilder<GeneralLabelsSettings.Builder,GeneralLabelsSettings> 
- 
Method Summary
Modifier and TypeMethodDescriptionlabelCategoryExclusionFilters(String... labelCategoryExclusionFilters) The label categories that should be excluded from the return from DetectLabels.labelCategoryExclusionFilters(Collection<String> labelCategoryExclusionFilters) The label categories that should be excluded from the return from DetectLabels.labelCategoryInclusionFilters(String... labelCategoryInclusionFilters) The label categories that should be included in the return from DetectLabels.labelCategoryInclusionFilters(Collection<String> labelCategoryInclusionFilters) The label categories that should be included in the return from DetectLabels.labelExclusionFilters(String... labelExclusionFilters) The labels that should be excluded from the return from DetectLabels.labelExclusionFilters(Collection<String> labelExclusionFilters) The labels that should be excluded from the return from DetectLabels.labelInclusionFilters(String... labelInclusionFilters) The labels that should be included in the return from DetectLabels.labelInclusionFilters(Collection<String> labelInclusionFilters) The labels that should be included in the return from DetectLabels.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
labelInclusionFilters
The labels that should be included in the return from DetectLabels.
- Parameters:
 labelInclusionFilters- The labels that should be included in the return from DetectLabels.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
labelInclusionFilters
The labels that should be included in the return from DetectLabels.
- Parameters:
 labelInclusionFilters- The labels that should be included in the return from DetectLabels.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
labelExclusionFilters
The labels that should be excluded from the return from DetectLabels.
- Parameters:
 labelExclusionFilters- The labels that should be excluded from the return from DetectLabels.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
labelExclusionFilters
The labels that should be excluded from the return from DetectLabels.
- Parameters:
 labelExclusionFilters- The labels that should be excluded from the return from DetectLabels.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
labelCategoryInclusionFilters
GeneralLabelsSettings.Builder labelCategoryInclusionFilters(Collection<String> labelCategoryInclusionFilters) The label categories that should be included in the return from DetectLabels.
- Parameters:
 labelCategoryInclusionFilters- The label categories that should be included in the return from DetectLabels.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
labelCategoryInclusionFilters
GeneralLabelsSettings.Builder labelCategoryInclusionFilters(String... labelCategoryInclusionFilters) The label categories that should be included in the return from DetectLabels.
- Parameters:
 labelCategoryInclusionFilters- The label categories that should be included in the return from DetectLabels.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
labelCategoryExclusionFilters
GeneralLabelsSettings.Builder labelCategoryExclusionFilters(Collection<String> labelCategoryExclusionFilters) The label categories that should be excluded from the return from DetectLabels.
- Parameters:
 labelCategoryExclusionFilters- The label categories that should be excluded from the return from DetectLabels.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
labelCategoryExclusionFilters
GeneralLabelsSettings.Builder labelCategoryExclusionFilters(String... labelCategoryExclusionFilters) The label categories that should be excluded from the return from DetectLabels.
- Parameters:
 labelCategoryExclusionFilters- The label categories that should be excluded from the return from DetectLabels.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -