public static interface LookupAttribute.Builder extends SdkPojo, CopyableBuilder<LookupAttribute.Builder,LookupAttribute>
Modifier and Type | Method and Description |
---|---|
LookupAttribute.Builder |
attributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.
|
LookupAttribute.Builder |
attributeKey(String attributeKey)
Specifies an attribute on which to filter the events returned.
|
LookupAttribute.Builder |
attributeValue(String attributeValue)
Specifies a value for the specified AttributeKey.
|
copy
applyMutation, build
LookupAttribute.Builder attributeKey(String attributeKey)
Specifies an attribute on which to filter the events returned.
attributeKey
- Specifies an attribute on which to filter the events returned.LookupAttributeKey
,
LookupAttributeKey
LookupAttribute.Builder attributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.
attributeKey
- Specifies an attribute on which to filter the events returned.LookupAttributeKey
,
LookupAttributeKey
LookupAttribute.Builder attributeValue(String attributeValue)
Specifies a value for the specified AttributeKey.
attributeValue
- Specifies a value for the specified AttributeKey.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.