public static interface LookupAttribute.Builder extends 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.
|
copyapply, buildLookupAttribute.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,
LookupAttributeKeyLookupAttribute.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,
LookupAttributeKeyLookupAttribute.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.