Interface ListBillEstimateLineItemsFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListBillEstimateLineItemsFilter.Builder,ListBillEstimateLineItemsFilter>,SdkBuilder<ListBillEstimateLineItemsFilter.Builder,ListBillEstimateLineItemsFilter>,SdkPojo
- Enclosing class:
- ListBillEstimateLineItemsFilter
public static interface ListBillEstimateLineItemsFilter.Builder extends SdkPojo, CopyableBuilder<ListBillEstimateLineItemsFilter.Builder,ListBillEstimateLineItemsFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBillEstimateLineItemsFilter.BuildermatchOption(String matchOption)The match option for the filter (e.g., equals, contains).ListBillEstimateLineItemsFilter.BuildermatchOption(MatchOption matchOption)The match option for the filter (e.g., equals, contains).ListBillEstimateLineItemsFilter.Buildername(String name)The name of the filter attribute.ListBillEstimateLineItemsFilter.Buildername(ListBillEstimateLineItemsFilterName name)The name of the filter attribute.ListBillEstimateLineItemsFilter.Buildervalues(String... values)The values to filter by.ListBillEstimateLineItemsFilter.Buildervalues(Collection<String> values)The values to filter by.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
ListBillEstimateLineItemsFilter.Builder name(String name)
The name of the filter attribute.
- Parameters:
name- The name of the filter attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListBillEstimateLineItemsFilterName,ListBillEstimateLineItemsFilterName
-
name
ListBillEstimateLineItemsFilter.Builder name(ListBillEstimateLineItemsFilterName name)
The name of the filter attribute.
- Parameters:
name- The name of the filter attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListBillEstimateLineItemsFilterName,ListBillEstimateLineItemsFilterName
-
values
ListBillEstimateLineItemsFilter.Builder values(Collection<String> values)
The values to filter by.
- Parameters:
values- The values to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
ListBillEstimateLineItemsFilter.Builder values(String... values)
The values to filter by.
- Parameters:
values- The values to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOption
ListBillEstimateLineItemsFilter.Builder matchOption(String matchOption)
The match option for the filter (e.g., equals, contains).
- Parameters:
matchOption- The match option for the filter (e.g., equals, contains).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MatchOption,MatchOption
-
matchOption
ListBillEstimateLineItemsFilter.Builder matchOption(MatchOption matchOption)
The match option for the filter (e.g., equals, contains).
- Parameters:
matchOption- The match option for the filter (e.g., equals, contains).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MatchOption,MatchOption
-
-