public static interface ImportTaskFilter.Builder extends SdkPojo, CopyableBuilder<ImportTaskFilter.Builder,ImportTaskFilter>
| Modifier and Type | Method and Description |
|---|---|
ImportTaskFilter.Builder |
name(ImportTaskFilterName name)
The name, status, or import task ID for a specific import task.
|
ImportTaskFilter.Builder |
name(String name)
The name, status, or import task ID for a specific import task.
|
ImportTaskFilter.Builder |
values(Collection<String> values)
An array of strings that you can provide to match against a specific name, status, or import task ID to
filter the results for your import task queries.
|
ImportTaskFilter.Builder |
values(String... values)
An array of strings that you can provide to match against a specific name, status, or import task ID to
filter the results for your import task queries.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportTaskFilter.Builder name(String name)
The name, status, or import task ID for a specific import task.
name - The name, status, or import task ID for a specific import task.ImportTaskFilterName,
ImportTaskFilterNameImportTaskFilter.Builder name(ImportTaskFilterName name)
The name, status, or import task ID for a specific import task.
name - The name, status, or import task ID for a specific import task.ImportTaskFilterName,
ImportTaskFilterNameImportTaskFilter.Builder values(Collection<String> values)
An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.
values - An array of strings that you can provide to match against a specific name, status, or import task ID
to filter the results for your import task queries.ImportTaskFilter.Builder values(String... values)
An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.
values - An array of strings that you can provide to match against a specific name, status, or import task ID
to filter the results for your import task queries.Copyright © 2023. All rights reserved.