public static interface AssociationExecutionFilter.Builder extends SdkPojo, CopyableBuilder<AssociationExecutionFilter.Builder,AssociationExecutionFilter>
| Modifier and Type | Method and Description |
|---|---|
AssociationExecutionFilter.Builder |
key(AssociationExecutionFilterKey key)
The key value used in the request.
|
AssociationExecutionFilter.Builder |
key(String key)
The key value used in the request.
|
AssociationExecutionFilter.Builder |
type(AssociationFilterOperatorType type)
The filter type specified in the request.
|
AssociationExecutionFilter.Builder |
type(String type)
The filter type specified in the request.
|
AssociationExecutionFilter.Builder |
value(String value)
The value specified for the key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociationExecutionFilter.Builder key(String key)
The key value used in the request.
key - The key value used in the request.AssociationExecutionFilterKey,
AssociationExecutionFilterKeyAssociationExecutionFilter.Builder key(AssociationExecutionFilterKey key)
The key value used in the request.
key - The key value used in the request.AssociationExecutionFilterKey,
AssociationExecutionFilterKeyAssociationExecutionFilter.Builder value(String value)
The value specified for the key.
value - The value specified for the key.AssociationExecutionFilter.Builder type(String type)
The filter type specified in the request.
type - The filter type specified in the request.AssociationFilterOperatorType,
AssociationFilterOperatorTypeAssociationExecutionFilter.Builder type(AssociationFilterOperatorType type)
The filter type specified in the request.
type - The filter type specified in the request.AssociationFilterOperatorType,
AssociationFilterOperatorTypeCopyright © 2023. All rights reserved.