public static interface FilterOperationSelectedFieldsConfiguration.Builder extends SdkPojo, CopyableBuilder<FilterOperationSelectedFieldsConfiguration.Builder,FilterOperationSelectedFieldsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FilterOperationSelectedFieldsConfiguration.Builder |
selectedColumns(Collection<ColumnIdentifier> selectedColumns)
The selected columns of a dataset.
|
FilterOperationSelectedFieldsConfiguration.Builder |
selectedColumns(ColumnIdentifier... selectedColumns)
The selected columns of a dataset.
|
FilterOperationSelectedFieldsConfiguration.Builder |
selectedColumns(Consumer<ColumnIdentifier.Builder>... selectedColumns)
The selected columns of a dataset.
|
FilterOperationSelectedFieldsConfiguration.Builder |
selectedFieldOptions(SelectedFieldOptions selectedFieldOptions)
A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation. |
FilterOperationSelectedFieldsConfiguration.Builder |
selectedFieldOptions(String selectedFieldOptions)
A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation. |
FilterOperationSelectedFieldsConfiguration.Builder |
selectedFields(Collection<String> selectedFields)
Chooses the fields that are filtered in
CustomActionFilterOperation. |
FilterOperationSelectedFieldsConfiguration.Builder |
selectedFields(String... selectedFields)
Chooses the fields that are filtered in
CustomActionFilterOperation. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterOperationSelectedFieldsConfiguration.Builder selectedFields(Collection<String> selectedFields)
Chooses the fields that are filtered in CustomActionFilterOperation.
selectedFields - Chooses the fields that are filtered in CustomActionFilterOperation.FilterOperationSelectedFieldsConfiguration.Builder selectedFields(String... selectedFields)
Chooses the fields that are filtered in CustomActionFilterOperation.
selectedFields - Chooses the fields that are filtered in CustomActionFilterOperation.FilterOperationSelectedFieldsConfiguration.Builder selectedFieldOptions(String selectedFieldOptions)
A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation.
Valid values are defined as follows:
ALL_FIELDS: Applies the filter operation to all fields.
selectedFieldOptions - A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation.
Valid values are defined as follows:
ALL_FIELDS: Applies the filter operation to all fields.
SelectedFieldOptions,
SelectedFieldOptionsFilterOperationSelectedFieldsConfiguration.Builder selectedFieldOptions(SelectedFieldOptions selectedFieldOptions)
A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation.
Valid values are defined as follows:
ALL_FIELDS: Applies the filter operation to all fields.
selectedFieldOptions - A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation.
Valid values are defined as follows:
ALL_FIELDS: Applies the filter operation to all fields.
SelectedFieldOptions,
SelectedFieldOptionsFilterOperationSelectedFieldsConfiguration.Builder selectedColumns(Collection<ColumnIdentifier> selectedColumns)
The selected columns of a dataset.
selectedColumns - The selected columns of a dataset.FilterOperationSelectedFieldsConfiguration.Builder selectedColumns(ColumnIdentifier... selectedColumns)
The selected columns of a dataset.
selectedColumns - The selected columns of a dataset.FilterOperationSelectedFieldsConfiguration.Builder selectedColumns(Consumer<ColumnIdentifier.Builder>... selectedColumns)
The selected columns of a dataset.
This is a convenience method that creates an instance of theColumnIdentifier.Builder avoiding the need to create
one manually via ColumnIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #selectedColumns(List.
selectedColumns - a consumer that will call methods on
ColumnIdentifier.Builder#selectedColumns(java.util.Collection) Copyright © 2023. All rights reserved.