Interface AssociationFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociationFilter.Builder,AssociationFilter>,SdkBuilder<AssociationFilter.Builder,AssociationFilter>,SdkPojo
- Enclosing class:
- AssociationFilter
public static interface AssociationFilter.Builder extends SdkPojo, CopyableBuilder<AssociationFilter.Builder,AssociationFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationFilter.Builderkey(String key)The name of the filter.AssociationFilter.Builderkey(AssociationFilterKey key)The name of the filter.AssociationFilter.Buildervalue(String value)The filter value.-
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
AssociationFilter.Builder key(String key)
The name of the filter.
InstanceIdhas been deprecated.- Parameters:
key- The name of the filter.InstanceIdhas been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationFilterKey,AssociationFilterKey
-
key
AssociationFilter.Builder key(AssociationFilterKey key)
The name of the filter.
InstanceIdhas been deprecated.- Parameters:
key- The name of the filter.InstanceIdhas been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationFilterKey,AssociationFilterKey
-
value
AssociationFilter.Builder value(String value)
The filter value.
- Parameters:
value- The filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-