Interface IngestionJobFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngestionJobFilter.Builder,IngestionJobFilter>,SdkBuilder<IngestionJobFilter.Builder,IngestionJobFilter>,SdkPojo
- Enclosing class:
- IngestionJobFilter
public static interface IngestionJobFilter.Builder extends SdkPojo, CopyableBuilder<IngestionJobFilter.Builder,IngestionJobFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngestionJobFilter.Builderattribute(String attribute)Sets the value of the Attribute property for this object.IngestionJobFilter.Builderattribute(IngestionJobFilterAttribute attribute)Sets the value of the Attribute property for this object.IngestionJobFilter.Builderoperator(String operator)Sets the value of the Operator property for this object.IngestionJobFilter.Builderoperator(IngestionJobFilterOperator operator)Sets the value of the Operator property for this object.IngestionJobFilter.Buildervalues(String... values)Sets the value of the Values property for this object.IngestionJobFilter.Buildervalues(Collection<String> values)Sets the value of the Values property for this object.-
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
-
attribute
IngestionJobFilter.Builder attribute(String attribute)
Sets the value of the Attribute property for this object.- Parameters:
attribute- The new value for the Attribute property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionJobFilterAttribute,IngestionJobFilterAttribute
-
attribute
IngestionJobFilter.Builder attribute(IngestionJobFilterAttribute attribute)
Sets the value of the Attribute property for this object.- Parameters:
attribute- The new value for the Attribute property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionJobFilterAttribute,IngestionJobFilterAttribute
-
operator
IngestionJobFilter.Builder operator(String operator)
Sets the value of the Operator property for this object.- Parameters:
operator- The new value for the Operator property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionJobFilterOperator,IngestionJobFilterOperator
-
operator
IngestionJobFilter.Builder operator(IngestionJobFilterOperator operator)
Sets the value of the Operator property for this object.- Parameters:
operator- The new value for the Operator property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionJobFilterOperator,IngestionJobFilterOperator
-
values
IngestionJobFilter.Builder values(Collection<String> values)
Sets the value of the Values property for this object.- Parameters:
values- The new value for the Values property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
IngestionJobFilter.Builder values(String... values)
Sets the value of the Values property for this object.- Parameters:
values- The new value for the Values property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-