CopyableBuilder<LookupAttribute.Builder,LookupAttribute>, SdkBuilder<LookupAttribute.Builder,LookupAttribute>public static interface LookupAttribute.Builder extends CopyableBuilder<LookupAttribute.Builder,LookupAttribute>
| Modifier and Type | Method | Description |
|---|---|---|
LookupAttribute.Builder |
attributeKey(String attributeKey) |
Specifies an attribute on which to filter the events returned.
|
LookupAttribute.Builder |
attributeKey(LookupAttributeKey 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.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.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.