Interface LookupAttribute.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LookupAttribute.Builder,
,LookupAttribute> SdkBuilder<LookupAttribute.Builder,
,LookupAttribute> SdkPojo
- Enclosing class:
LookupAttribute
public static interface LookupAttribute.Builder
extends SdkPojo, CopyableBuilder<LookupAttribute.Builder,LookupAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionattributeKey
(String attributeKey) Specifies an attribute on which to filter the events returned.attributeKey
(LookupAttributeKey attributeKey) Specifies an attribute on which to filter the events returned.attributeValue
(String attributeValue) Specifies a value for the specified AttributeKey.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
attributeKey
Specifies an attribute on which to filter the events returned.
- Parameters:
attributeKey
- Specifies an attribute on which to filter the events returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attributeKey
Specifies an attribute on which to filter the events returned.
- Parameters:
attributeKey
- Specifies an attribute on which to filter the events returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attributeValue
Specifies a value for the specified AttributeKey.
- Parameters:
attributeValue
- Specifies a value for the specified AttributeKey.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-