Interface NodeFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NodeFilter.Builder,,NodeFilter> SdkBuilder<NodeFilter.Builder,,NodeFilter> SdkPojo
- Enclosing class:
- NodeFilter
@Mutable
@NotThreadSafe
public static interface NodeFilter.Builder
extends SdkPojo, CopyableBuilder<NodeFilter.Builder,NodeFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the filter.key(NodeFilterKey key) The name of the filter.The type of filter operator.type(NodeFilterOperatorType type) The type of filter operator.A filter value supported by the specified key.values(Collection<String> values) A filter value supported by the specified key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The name of the filter.
- Parameters:
key- The name of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
The name of the filter.
- Parameters:
key- The name of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
A filter value supported by the specified key. For example, for the key
PlatformType, supported values includeLinuxandWindows.- Parameters:
values- A filter value supported by the specified key. For example, for the keyPlatformType, supported values includeLinuxandWindows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A filter value supported by the specified key. For example, for the key
PlatformType, supported values includeLinuxandWindows.- Parameters:
values- A filter value supported by the specified key. For example, for the keyPlatformType, supported values includeLinuxandWindows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of filter operator.
- Parameters:
type- The type of filter operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of filter operator.
- Parameters:
type- The type of filter operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-