Interface CostCategoryValues.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CostCategoryValues.Builder,CostCategoryValues>,SdkBuilder<CostCategoryValues.Builder,CostCategoryValues>,SdkPojo
- Enclosing class:
- CostCategoryValues
public static interface CostCategoryValues.Builder extends SdkPojo, CopyableBuilder<CostCategoryValues.Builder,CostCategoryValues>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CostCategoryValues.Builderkey(String key)Sets the value of the Key property for this object.CostCategoryValues.BuildermatchOptions(Collection<MatchOption> matchOptions)The match options that you can use to filter your results.CostCategoryValues.BuildermatchOptions(MatchOption... matchOptions)The match options that you can use to filter your results.CostCategoryValues.BuildermatchOptionsWithStrings(String... matchOptions)The match options that you can use to filter your results.CostCategoryValues.BuildermatchOptionsWithStrings(Collection<String> matchOptions)The match options that you can use to filter your results.CostCategoryValues.Buildervalues(String... values)The specific value of the Cost Category.CostCategoryValues.Buildervalues(Collection<String> values)The specific value of the Cost Category.-
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
-
key
CostCategoryValues.Builder key(String key)
Sets the value of the Key property for this object.- Parameters:
key- The new value for the Key property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
CostCategoryValues.Builder values(Collection<String> values)
The specific value of the Cost Category.
- Parameters:
values- The specific value of the Cost Category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
CostCategoryValues.Builder values(String... values)
The specific value of the Cost Category.
- Parameters:
values- The specific value of the Cost Category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptionsWithStrings
CostCategoryValues.Builder matchOptionsWithStrings(Collection<String> matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for
MatchOptionsisEQUALSandCASE_SENSITIVE.- Parameters:
matchOptions- The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values forMatchOptionsisEQUALSandCASE_SENSITIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptionsWithStrings
CostCategoryValues.Builder matchOptionsWithStrings(String... matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for
MatchOptionsisEQUALSandCASE_SENSITIVE.- Parameters:
matchOptions- The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values forMatchOptionsisEQUALSandCASE_SENSITIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptions
CostCategoryValues.Builder matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for
MatchOptionsisEQUALSandCASE_SENSITIVE.- Parameters:
matchOptions- The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values forMatchOptionsisEQUALSandCASE_SENSITIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptions
CostCategoryValues.Builder matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for
MatchOptionsisEQUALSandCASE_SENSITIVE.- Parameters:
matchOptions- The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values forMatchOptionsisEQUALSandCASE_SENSITIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-