public static interface ExportFilter.Builder extends SdkPojo, CopyableBuilder<ExportFilter.Builder,ExportFilter>
| Modifier and Type | Method and Description |
|---|---|
ExportFilter.Builder |
condition(String condition)
Supported condition:
EQUALS |
ExportFilter.Builder |
name(String name)
A single
ExportFilter name. |
ExportFilter.Builder |
values(Collection<String> values)
A single agent ID for a Discovery Agent.
|
ExportFilter.Builder |
values(String... values)
A single agent ID for a Discovery Agent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportFilter.Builder name(String name)
A single ExportFilter name. Supported filters: agentIds.
name - A single ExportFilter name. Supported filters: agentIds.ExportFilter.Builder values(Collection<String> values)
A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID is in the form o-0123456789abcdef0.
values - A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID is in the form o-0123456789abcdef0.ExportFilter.Builder values(String... values)
A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID is in the form o-0123456789abcdef0.
values - A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID is in the form o-0123456789abcdef0.ExportFilter.Builder condition(String condition)
Supported condition: EQUALS
condition - Supported condition: EQUALSCopyright © 2023. All rights reserved.