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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupingIdentifier.Builderkey(String key)The key that identifies the grouping characteristic.GroupingIdentifier.Buildervalue(String value)The value associated with the grouping characteristic.-
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
-
key
GroupingIdentifier.Builder key(String 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
GroupingIdentifier.Builder value(String 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.
-
-