Interface AssociationFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssociationFilter.Builder,,AssociationFilter> SdkBuilder<AssociationFilter.Builder,,AssociationFilter> SdkPojo
- Enclosing class:
- AssociationFilter
@Mutable
@NotThreadSafe
public static interface AssociationFilter.Builder
extends SdkPojo, CopyableBuilder<AssociationFilter.Builder,AssociationFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the filter.key(AssociationFilterKey key) The name of the filter.The filter value.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.
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:
-
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:
-
value
The filter value.
- Parameters:
value- The filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-