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