Interface AllowedStatistics.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AllowedStatistics.Builder,AllowedStatistics>,SdkBuilder<AllowedStatistics.Builder,AllowedStatistics>,SdkPojo
- Enclosing class:
- AllowedStatistics
public static interface AllowedStatistics.Builder extends SdkPojo, CopyableBuilder<AllowedStatistics.Builder,AllowedStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowedStatistics.Builderstatistics(String... statistics)One or more column statistics to allow for columns that contain detected entities.AllowedStatistics.Builderstatistics(Collection<String> statistics)One or more column statistics to allow for columns that contain detected entities.-
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, sdkFields
-
-
-
-
Method Detail
-
statistics
AllowedStatistics.Builder statistics(Collection<String> statistics)
One or more column statistics to allow for columns that contain detected entities.
- Parameters:
statistics- One or more column statistics to allow for columns that contain detected entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statistics
AllowedStatistics.Builder statistics(String... statistics)
One or more column statistics to allow for columns that contain detected entities.
- Parameters:
statistics- One or more column statistics to allow for columns that contain detected entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-