public static interface NestedFilters.Builder extends SdkPojo, CopyableBuilder<NestedFilters.Builder,NestedFilters>
| Modifier and Type | Method and Description |
|---|---|
NestedFilters.Builder |
filters(Collection<Filter> filters)
A list of filters.
|
NestedFilters.Builder |
filters(Consumer<Filter.Builder>... filters)
A list of filters.
|
NestedFilters.Builder |
filters(Filter... filters)
A list of filters.
|
NestedFilters.Builder |
nestedPropertyName(String nestedPropertyName)
The name of the property to use in the nested filters.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNestedFilters.Builder nestedPropertyName(String nestedPropertyName)
The name of the property to use in the nested filters. The value must match a listed property name, such as
InputDataConfig.
nestedPropertyName - The name of the property to use in the nested filters. The value must match a listed property name,
such as InputDataConfig.NestedFilters.Builder filters(Collection<Filter> filters)
A list of filters. Each filter acts on a property. Filters must contain at least one Filters
value. For example, a NestedFilters call might include a filter on the PropertyName
parameter of the InputDataConfig property:
InputDataConfig.DataSource.S3DataSource.S3Uri.
filters - A list of filters. Each filter acts on a property. Filters must contain at least one
Filters value. For example, a NestedFilters call might include a filter on
the PropertyName parameter of the InputDataConfig property:
InputDataConfig.DataSource.S3DataSource.S3Uri.NestedFilters.Builder filters(Filter... filters)
A list of filters. Each filter acts on a property. Filters must contain at least one Filters
value. For example, a NestedFilters call might include a filter on the PropertyName
parameter of the InputDataConfig property:
InputDataConfig.DataSource.S3DataSource.S3Uri.
filters - A list of filters. Each filter acts on a property. Filters must contain at least one
Filters value. For example, a NestedFilters call might include a filter on
the PropertyName parameter of the InputDataConfig property:
InputDataConfig.DataSource.S3DataSource.S3Uri.NestedFilters.Builder filters(Consumer<Filter.Builder>... filters)
A list of filters. Each filter acts on a property. Filters must contain at least one Filters
value. For example, a NestedFilters call might include a filter on the PropertyName
parameter of the InputDataConfig property:
InputDataConfig.DataSource.S3DataSource.S3Uri.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) Copyright © 2022. All rights reserved.