Interface LookupAttribute.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LookupAttribute.Builder,,- LookupAttribute> - SdkBuilder<LookupAttribute.Builder,,- LookupAttribute> - SdkPojo
- Enclosing class:
- LookupAttribute
@Mutable
@NotThreadSafe
public static interface LookupAttribute.Builder
extends SdkPojo, CopyableBuilder<LookupAttribute.Builder,LookupAttribute> 
- 
Method SummaryModifier 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 specifiedAttributeKey.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attributeKeySpecifies 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:
 
- 
attributeKeySpecifies 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:
 
- 
attributeValueSpecifies 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 specified- AttributeKey.- 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.
 
 
-