public static interface ImportFilter.Builder extends SdkPojo, CopyableBuilder<ImportFilter.Builder,ImportFilter>
| Modifier and Type | Method and Description |
|---|---|
ImportFilter.Builder |
name(ImportFilterName name)
The name of the field to use for filtering.
|
ImportFilter.Builder |
name(String name)
The name of the field to use for filtering.
|
ImportFilter.Builder |
operator(ImportFilterOperator operator)
The operator to use for the filter.
|
ImportFilter.Builder |
operator(String operator)
The operator to use for the filter.
|
ImportFilter.Builder |
values(Collection<String> values)
The values to use to filter the response.
|
ImportFilter.Builder |
values(String... values)
The values to use to filter the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportFilter.Builder name(String name)
The name of the field to use for filtering.
name - The name of the field to use for filtering.ImportFilterName,
ImportFilterNameImportFilter.Builder name(ImportFilterName name)
The name of the field to use for filtering.
name - The name of the field to use for filtering.ImportFilterName,
ImportFilterNameImportFilter.Builder values(Collection<String> values)
The values to use to filter the response.
values - The values to use to filter the response.ImportFilter.Builder values(String... values)
The values to use to filter the response.
values - The values to use to filter the response.ImportFilter.Builder operator(String operator)
The operator to use for the filter. Specify EQ when the ListImports operation should return only
resource types that equal the specified value. Specify CO when the ListImports operation should
return resource types that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListImports operation should
return only resource types that equal the specified value. Specify CO when the
ListImports operation should return resource types that contain the specified value.ImportFilterOperator,
ImportFilterOperatorImportFilter.Builder operator(ImportFilterOperator operator)
The operator to use for the filter. Specify EQ when the ListImports operation should return only
resource types that equal the specified value. Specify CO when the ListImports operation should
return resource types that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListImports operation should
return only resource types that equal the specified value. Specify CO when the
ListImports operation should return resource types that contain the specified value.ImportFilterOperator,
ImportFilterOperatorCopyright © 2021. All rights reserved.