Interface ObjectAttribute.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ObjectAttribute.Builder,,ObjectAttribute> SdkBuilder<ObjectAttribute.Builder,,ObjectAttribute> SdkPojo
- Enclosing class:
ObjectAttribute
public static interface ObjectAttribute.Builder
extends SdkPojo, CopyableBuilder<ObjectAttribute.Builder,ObjectAttribute>
-
Method Summary
Modifier and TypeMethodDescriptioncomparisonOperator(String comparisonOperator) The operator used to compare an attribute against a list of values.comparisonOperator(ComparisonOperator comparisonOperator) The operator used to compare an attribute against a list of values.A field defined within an object type.An attribute contained within a source object.A list of attribute values used for comparison.values(Collection<String> values) A list of attribute values used for comparison.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
source
An attribute contained within a source object.
- Parameters:
source- An attribute contained within a source object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldName
A field defined within an object type.
- Parameters:
fieldName- A field defined within an object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparisonOperator
The operator used to compare an attribute against a list of values.
- Parameters:
comparisonOperator- The operator used to compare an attribute against a list of values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparisonOperator
The operator used to compare an attribute against a list of values.
- Parameters:
comparisonOperator- The operator used to compare an attribute against a list of values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
A list of attribute values used for comparison.
- Parameters:
values- A list of attribute values used for comparison.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of attribute values used for comparison.
- Parameters:
values- A list of attribute values used for comparison.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-