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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeneralLabelsSettings.BuilderlabelCategoryExclusionFilters(String... labelCategoryExclusionFilters)The label categories that should be excluded from the return from DetectLabels.GeneralLabelsSettings.BuilderlabelCategoryExclusionFilters(Collection<String> labelCategoryExclusionFilters)The label categories that should be excluded from the return from DetectLabels.GeneralLabelsSettings.BuilderlabelCategoryInclusionFilters(String... labelCategoryInclusionFilters)The label categories that should be included in the return from DetectLabels.GeneralLabelsSettings.BuilderlabelCategoryInclusionFilters(Collection<String> labelCategoryInclusionFilters)The label categories that should be included in the return from DetectLabels.GeneralLabelsSettings.BuilderlabelExclusionFilters(String... labelExclusionFilters)The labels that should be excluded from the return from DetectLabels.GeneralLabelsSettings.BuilderlabelExclusionFilters(Collection<String> labelExclusionFilters)The labels that should be excluded from the return from DetectLabels.GeneralLabelsSettings.BuilderlabelInclusionFilters(String... labelInclusionFilters)The labels that should be included in the return from DetectLabels.GeneralLabelsSettings.BuilderlabelInclusionFilters(Collection<String> labelInclusionFilters)The labels that should be included in the return from DetectLabels.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
labelInclusionFilters
GeneralLabelsSettings.Builder labelInclusionFilters(Collection<String> 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
GeneralLabelsSettings.Builder labelInclusionFilters(String... 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
GeneralLabelsSettings.Builder labelExclusionFilters(Collection<String> 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
GeneralLabelsSettings.Builder labelExclusionFilters(String... 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.
-
-