Interface OutputColumnThreshold.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutputColumnThreshold.Builder,,OutputColumnThreshold> SdkBuilder<OutputColumnThreshold.Builder,,OutputColumnThreshold> SdkPojo
- Enclosing class:
OutputColumnThreshold
@Mutable
@NotThreadSafe
public static interface OutputColumnThreshold.Builder
extends SdkPojo, CopyableBuilder<OutputColumnThreshold.Builder,OutputColumnThreshold>
-
Method Summary
Modifier and TypeMethodDescriptionminimumIdentityCount(Integer minimumIdentityCount) The minimum number of distinct identities that each query output group must represent for this column.outputColumnName(String outputColumnName) The name of the output column that the override applies to.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
-
outputColumnName
The name of the output column that the override applies to. You can specify each column only once.
- Parameters:
outputColumnName- The name of the output column that the override applies to. You can specify each column only once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumIdentityCount
The minimum number of distinct identities that each query output group must represent for this column. Specify 0 to exempt the column from the threshold, or a value of 2 or greater to enforce a threshold.
- Parameters:
minimumIdentityCount- The minimum number of distinct identities that each query output group must represent for this column. Specify 0 to exempt the column from the threshold, or a value of 2 or greater to enforce a threshold.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-