Interface ListBillScenariosFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListBillScenariosFilter.Builder,ListBillScenariosFilter>,SdkBuilder<ListBillScenariosFilter.Builder,ListBillScenariosFilter>,SdkPojo
- Enclosing class:
- ListBillScenariosFilter
public static interface ListBillScenariosFilter.Builder extends SdkPojo, CopyableBuilder<ListBillScenariosFilter.Builder,ListBillScenariosFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBillScenariosFilter.BuildermatchOption(String matchOption)The match option for the filter (e.g., equals, contains).ListBillScenariosFilter.BuildermatchOption(MatchOption matchOption)The match option for the filter (e.g., equals, contains).ListBillScenariosFilter.Buildername(String name)The name of the filter attribute.ListBillScenariosFilter.Buildername(ListBillScenariosFilterName name)The name of the filter attribute.ListBillScenariosFilter.Buildervalues(String... values)The values to filter by.ListBillScenariosFilter.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
ListBillScenariosFilter.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:
ListBillScenariosFilterName,ListBillScenariosFilterName
-
name
ListBillScenariosFilter.Builder name(ListBillScenariosFilterName 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:
ListBillScenariosFilterName,ListBillScenariosFilterName
-
values
ListBillScenariosFilter.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
ListBillScenariosFilter.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
ListBillScenariosFilter.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
ListBillScenariosFilter.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
-
-