public static interface ExportFilter.Builder extends SdkPojo, CopyableBuilder<ExportFilter.Builder,ExportFilter>
| Modifier and Type | Method and Description |
|---|---|
ExportFilter.Builder |
name(ExportFilterName name)
The name of the field to use for filtering.
|
ExportFilter.Builder |
name(String name)
The name of the field to use for filtering.
|
ExportFilter.Builder |
operator(ExportFilterOperator operator)
The operator to use for the filter.
|
ExportFilter.Builder |
operator(String operator)
The operator to use for the filter.
|
ExportFilter.Builder |
values(Collection<String> values)
The values to use to fileter the response.
|
ExportFilter.Builder |
values(String... values)
The values to use to fileter the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportFilter.Builder name(String name)
The name of the field to use for filtering.
name - The name of the field to use for filtering.ExportFilterName,
ExportFilterNameExportFilter.Builder name(ExportFilterName name)
The name of the field to use for filtering.
name - The name of the field to use for filtering.ExportFilterName,
ExportFilterNameExportFilter.Builder values(Collection<String> values)
The values to use to fileter the response.
values - The values to use to fileter the response.ExportFilter.Builder values(String... values)
The values to use to fileter the response.
values - The values to use to fileter the response.ExportFilter.Builder operator(String operator)
The operator to use for the filter. Specify EQ when the ListExports operation should return only
resource types that equal the specified value. Specify CO when the ListExports operation should
return resource types that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListExports operation should
return only resource types that equal the specified value. Specify CO when the
ListExports operation should return resource types that contain the specified value.ExportFilterOperator,
ExportFilterOperatorExportFilter.Builder operator(ExportFilterOperator operator)
The operator to use for the filter. Specify EQ when the ListExports operation should return only
resource types that equal the specified value. Specify CO when the ListExports operation should
return resource types that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListExports operation should
return only resource types that equal the specified value. Specify CO when the
ListExports operation should return resource types that contain the specified value.ExportFilterOperator,
ExportFilterOperatorCopyright © 2021. All rights reserved.