Interface ExportFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportFilter.Builder,ExportFilter>,SdkBuilder<ExportFilter.Builder,ExportFilter>,SdkPojo
- Enclosing class:
- ExportFilter
public static interface ExportFilter.Builder extends SdkPojo, CopyableBuilder<ExportFilter.Builder,ExportFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportFilter.Buildercondition(String condition)Supported condition:EQUALSExportFilter.Buildername(String name)A singleExportFiltername.ExportFilter.Buildervalues(String... values)A single agent ID for a Discovery Agent.ExportFilter.Buildervalues(Collection<String> values)A single agent ID for a Discovery Agent.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
ExportFilter.Builder name(String name)
A single
ExportFiltername. Supported filters:agentIds.- Parameters:
name- A singleExportFiltername. Supported filters:agentIds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
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.- Parameters:
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 formo-0123456789abcdef0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
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.- Parameters:
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 formo-0123456789abcdef0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
condition
ExportFilter.Builder condition(String condition)
Supported condition:
EQUALS- Parameters:
condition- Supported condition:EQUALS- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-