Interface QueryGenerationColumn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueryGenerationColumn.Builder,
,QueryGenerationColumn> SdkBuilder<QueryGenerationColumn.Builder,
,QueryGenerationColumn> SdkPojo
- Enclosing class:
QueryGenerationColumn
@Mutable
@NotThreadSafe
public static interface QueryGenerationColumn.Builder
extends SdkPojo, CopyableBuilder<QueryGenerationColumn.Builder,QueryGenerationColumn>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the column that helps the query engine understand the contents of the column.Specifies whether to include or exclude the column during query generation.inclusion
(IncludeExclude inclusion) Specifies whether to include or exclude the column during query generation.The name of the column for which the other fields in this object apply.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 Details
-
description
A description of the column that helps the query engine understand the contents of the column.
- Parameters:
description
- A description of the column that helps the query engine understand the contents of the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusion
Specifies whether to include or exclude the column during query generation. If you specify
EXCLUDE
, the column will be ignored. If you specifyINCLUDE
, all other columns in the table will be ignored.- Parameters:
inclusion
- Specifies whether to include or exclude the column during query generation. If you specifyEXCLUDE
, the column will be ignored. If you specifyINCLUDE
, all other columns in the table will be ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inclusion
Specifies whether to include or exclude the column during query generation. If you specify
EXCLUDE
, the column will be ignored. If you specifyINCLUDE
, all other columns in the table will be ignored.- Parameters:
inclusion
- Specifies whether to include or exclude the column during query generation. If you specifyEXCLUDE
, the column will be ignored. If you specifyINCLUDE
, all other columns in the table will be ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the column for which the other fields in this object apply.
- Parameters:
name
- The name of the column for which the other fields in this object apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-