Interface GroupingIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GroupingIdentifier.Builder,,GroupingIdentifier> SdkBuilder<GroupingIdentifier.Builder,,GroupingIdentifier> SdkPojo
- Enclosing class:
GroupingIdentifier
@Mutable
@NotThreadSafe
public static interface GroupingIdentifier.Builder
extends SdkPojo, CopyableBuilder<GroupingIdentifier.Builder,GroupingIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe key that identifies the grouping characteristic.The value associated with the grouping characteristic.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The key that identifies the grouping characteristic. The format of the key uses dot notation. Examples are,
dataSource.Name,dataSource.Type, anddataSource.Format.- Parameters:
key- The key that identifies the grouping characteristic. The format of the key uses dot notation. Examples are,dataSource.Name,dataSource.Type, anddataSource.Format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value associated with the grouping characteristic. Examples are
amazon_vpc,flow, andOCSF.- Parameters:
value- The value associated with the grouping characteristic. Examples areamazon_vpc,flow, andOCSF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-