Interface InstancePropertyStringFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstancePropertyStringFilter.Builder,InstancePropertyStringFilter>,SdkBuilder<InstancePropertyStringFilter.Builder,InstancePropertyStringFilter>,SdkPojo
- Enclosing class:
- InstancePropertyStringFilter
public static interface InstancePropertyStringFilter.Builder extends SdkPojo, CopyableBuilder<InstancePropertyStringFilter.Builder,InstancePropertyStringFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstancePropertyStringFilter.Builderkey(String key)The filter key name to describe your managed nodes.InstancePropertyStringFilter.Builderoperator(String operator)The operator used by the filter call.InstancePropertyStringFilter.Builderoperator(InstancePropertyFilterOperator operator)The operator used by the filter call.InstancePropertyStringFilter.Buildervalues(String... values)The filter key name to describe your managed nodes.InstancePropertyStringFilter.Buildervalues(Collection<String> values)The filter key name to describe your managed nodes.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
key
InstancePropertyStringFilter.Builder key(String key)
The filter key name to describe your managed nodes.
- Parameters:
key- The filter key name to describe your managed nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
InstancePropertyStringFilter.Builder values(Collection<String> values)
The filter key name to describe your managed nodes.
- Parameters:
values- The filter key name to describe your managed nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
InstancePropertyStringFilter.Builder values(String... values)
The filter key name to describe your managed nodes.
- Parameters:
values- The filter key name to describe your managed nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
InstancePropertyStringFilter.Builder operator(String operator)
The operator used by the filter call.
- Parameters:
operator- The operator used by the filter call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstancePropertyFilterOperator,InstancePropertyFilterOperator
-
operator
InstancePropertyStringFilter.Builder operator(InstancePropertyFilterOperator operator)
The operator used by the filter call.
- Parameters:
operator- The operator used by the filter call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstancePropertyFilterOperator,InstancePropertyFilterOperator
-
-