Interface GroupDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupDefinition.Builder,
,GroupDefinition> SdkBuilder<GroupDefinition.Builder,
,GroupDefinition> SdkPojo
- Enclosing class:
GroupDefinition
@Mutable
@NotThreadSafe
public static interface GroupDefinition.Builder
extends SdkPojo, CopyableBuilder<GroupDefinition.Builder,GroupDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionThe key to use for grouping cost and usage data.The type of grouping to apply.type
(GroupDefinitionType type) The type of grouping to apply.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 to use for grouping cost and usage data.
- Parameters:
key
- The key to use for grouping cost and usage data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of grouping to apply.
- Parameters:
type
- The type of grouping to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of grouping to apply.
- Parameters:
type
- The type of grouping to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-