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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LookupAttribute.BuilderattributeKey(String attributeKey)Specifies an attribute on which to filter the events returned.LookupAttribute.BuilderattributeKey(LookupAttributeKey attributeKey)Specifies an attribute on which to filter the events returned.LookupAttribute.BuilderattributeValue(String attributeValue)Specifies a value for the specifiedAttributeKey.-
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 Detail
-
attributeKey
LookupAttribute.Builder attributeKey(String 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:
LookupAttributeKey,LookupAttributeKey
-
attributeKey
LookupAttribute.Builder attributeKey(LookupAttributeKey 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:
LookupAttributeKey,LookupAttributeKey
-
attributeValue
LookupAttribute.Builder attributeValue(String attributeValue)
Specifies a value for the specified
AttributeKey.The maximum length for the
AttributeValueis 2000 characters. The following characters ('_', '', ',', '\\n') count as two characters towards the 2000 character limit.- Parameters:
attributeValue- Specifies a value for the specifiedAttributeKey.The maximum length for the
AttributeValueis 2000 characters. The following characters ('_', '', ',', '\\n') count as two characters towards the 2000 character limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-