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.
|
copy
apply, 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
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
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.