Interface DimensionValues.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DimensionValues.Builder,
,DimensionValues> SdkBuilder<DimensionValues.Builder,
,DimensionValues> SdkPojo
- Enclosing class:
DimensionValues
@Mutable
@NotThreadSafe
public static interface DimensionValues.Builder
extends SdkPojo, CopyableBuilder<DimensionValues.Builder,DimensionValues>
-
Method Summary
Modifier and TypeMethodDescriptionThe key of the dimension to filter on (for example,SERVICE
,USAGE_TYPE
, orOPERATION
).The key of the dimension to filter on (for example,SERVICE
,USAGE_TYPE
, orOPERATION
).matchOptions
(Collection<MatchOption> matchOptions) The match options for dimension values, such asEQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.matchOptions
(MatchOption... matchOptions) The match options for dimension values, such asEQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.matchOptionsWithStrings
(String... matchOptions) The match options for dimension values, such asEQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.matchOptionsWithStrings
(Collection<String> matchOptions) The match options for dimension values, such asEQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.The values to match for the specified dimension key.values
(Collection<String> values) The values to match for the specified dimension key.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 Details
-
key
The key of the dimension to filter on (for example,
SERVICE
,USAGE_TYPE
, orOPERATION
).- Parameters:
key
- The key of the dimension to filter on (for example,SERVICE
,USAGE_TYPE
, orOPERATION
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
The key of the dimension to filter on (for example,
SERVICE
,USAGE_TYPE
, orOPERATION
).- Parameters:
key
- The key of the dimension to filter on (for example,SERVICE
,USAGE_TYPE
, orOPERATION
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The values to match for the specified dimension key.
- Parameters:
values
- The values to match for the specified dimension key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values to match for the specified dimension key.
- Parameters:
values
- The values to match for the specified dimension key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptionsWithStrings
The match options for dimension values, such as
EQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.- Parameters:
matchOptions
- The match options for dimension values, such asEQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptionsWithStrings
The match options for dimension values, such as
EQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.- Parameters:
matchOptions
- The match options for dimension values, such asEQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptions
The match options for dimension values, such as
EQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.- Parameters:
matchOptions
- The match options for dimension values, such asEQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptions
The match options for dimension values, such as
EQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.- Parameters:
matchOptions
- The match options for dimension values, such asEQUALS
,CONTAINS
,STARTS_WITH
, orENDS_WITH
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-