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, sdkFields
copy
applyMutation, build
AssociationExecutionFilter.Builder key(String key)
The key value used in the request.
key
- The key value used in the request.AssociationExecutionFilterKey
,
AssociationExecutionFilterKey
AssociationExecutionFilter.Builder key(AssociationExecutionFilterKey key)
The key value used in the request.
key
- The key value used in the request.AssociationExecutionFilterKey
,
AssociationExecutionFilterKey
AssociationExecutionFilter.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
,
AssociationFilterOperatorType
AssociationExecutionFilter.Builder type(AssociationFilterOperatorType type)
The filter type specified in the request.
type
- The filter type specified in the request.AssociationFilterOperatorType
,
AssociationFilterOperatorType
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.