Interface AssociationExecutionTargetsFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssociationExecutionTargetsFilter.Builder,,AssociationExecutionTargetsFilter> SdkBuilder<AssociationExecutionTargetsFilter.Builder,,AssociationExecutionTargetsFilter> SdkPojo
- Enclosing class:
- AssociationExecutionTargetsFilter
@Mutable
@NotThreadSafe
public static interface AssociationExecutionTargetsFilter.Builder
extends SdkPojo, CopyableBuilder<AssociationExecutionTargetsFilter.Builder,AssociationExecutionTargetsFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe key value used in the request.The key value used in the request.The value specified for the 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 key value used in the request.
- Parameters:
key- The key value used in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
The key value used in the request.
- Parameters:
key- The key value used in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value specified for the key.
- Parameters:
value- The value specified for the key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-