Interface AssociationExecutionFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociationExecutionFilter.Builder,AssociationExecutionFilter>,SdkBuilder<AssociationExecutionFilter.Builder,AssociationExecutionFilter>,SdkPojo
- Enclosing class:
- AssociationExecutionFilter
@Mutable @NotThreadSafe public static interface AssociationExecutionFilter.Builder extends SdkPojo, CopyableBuilder<AssociationExecutionFilter.Builder,AssociationExecutionFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationExecutionFilter.Builderkey(String key)The key value used in the request.AssociationExecutionFilter.Builderkey(AssociationExecutionFilterKey key)The key value used in the request.AssociationExecutionFilter.Buildertype(String type)The filter type specified in the request.AssociationExecutionFilter.Buildertype(AssociationFilterOperatorType type)The filter type specified in the request.AssociationExecutionFilter.Buildervalue(String value)The value specified for the key.-
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
AssociationExecutionFilter.Builder key(String 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:
AssociationExecutionFilterKey,AssociationExecutionFilterKey
-
key
AssociationExecutionFilter.Builder key(AssociationExecutionFilterKey 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:
AssociationExecutionFilterKey,AssociationExecutionFilterKey
-
value
AssociationExecutionFilter.Builder value(String 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.
-
type
AssociationExecutionFilter.Builder type(String type)
The filter type specified in the request.
- Parameters:
type- The filter type specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationFilterOperatorType,AssociationFilterOperatorType
-
type
AssociationExecutionFilter.Builder type(AssociationFilterOperatorType type)
The filter type specified in the request.
- Parameters:
type- The filter type specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationFilterOperatorType,AssociationFilterOperatorType
-
-