public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
name(String name)
The filter name for the Elastic Inference Accelerator list.
|
Filter.Builder |
values(Collection<String> values)
The values for the filter of the Elastic Inference Accelerator list.
|
Filter.Builder |
values(String... values)
The values for the filter of the Elastic Inference Accelerator list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder name(String name)
The filter name for the Elastic Inference Accelerator list. It can assume the following values: accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2 instance id to filter for.
name - The filter name for the Elastic Inference Accelerator list. It can assume the following values:
accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2
instance id to filter for.Filter.Builder values(Collection<String> values)
The values for the filter of the Elastic Inference Accelerator list.
values - The values for the filter of the Elastic Inference Accelerator list.Filter.Builder values(String... values)
The values for the filter of the Elastic Inference Accelerator list.
values - The values for the filter of the Elastic Inference Accelerator list.Copyright © 2023. All rights reserved.