public static interface InstanceInformationFilter.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<InstanceInformationFilter.Builder,InstanceInformationFilter>
| Modifier and Type | Method and Description |
|---|---|
InstanceInformationFilter.Builder |
key(InstanceInformationFilterKey key)
The name of the filter.
|
InstanceInformationFilter.Builder |
key(String key)
The name of the filter.
|
InstanceInformationFilter.Builder |
valueSet(Collection<String> valueSet)
The filter values.
|
InstanceInformationFilter.Builder |
valueSet(String... valueSet)
The filter values.
|
copyapply, buildInstanceInformationFilter.Builder key(String key)
The name of the filter.
key - The name of the filter.InstanceInformationFilterKeyInstanceInformationFilter.Builder key(InstanceInformationFilterKey key)
The name of the filter.
key - The name of the filter.InstanceInformationFilterKeyInstanceInformationFilter.Builder valueSet(Collection<String> valueSet)
The filter values.
valueSet - The filter values.InstanceInformationFilter.Builder valueSet(String... valueSet)
The filter values.
NOTE: This method appends the values to the existing list (if any). Use
#setValueSet(java.util.Collection) or #withValueSet(java.util.Collection) if you want to
override the existing values.
valueSet - The filter values.Copyright © 2017. All rights reserved.