Interface ContextKeySelector.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContextKeySelector.Builder,
,ContextKeySelector> SdkBuilder<ContextKeySelector.Builder,
,ContextKeySelector> SdkPojo
- Enclosing class:
ContextKeySelector
@Mutable
@NotThreadSafe
public static interface ContextKeySelector.Builder
extends SdkPojo, CopyableBuilder<ContextKeySelector.Builder,ContextKeySelector>
-
Method Summary
Modifier and TypeMethodDescriptionequalsValue
(String... equals) A list of keys defined by Type to be included in CloudTrail enriched events.equalsValue
(Collection<String> equals) A list of keys defined by Type to be included in CloudTrail enriched events.Specifies the type of the event record field in ContextKeySelector.Specifies the type of the event record field in ContextKeySelector.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
-
type
Specifies the type of the event record field in ContextKeySelector. Valid values include RequestContext, TagContext.
- Parameters:
type
- Specifies the type of the event record field in ContextKeySelector. Valid values include RequestContext, TagContext.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specifies the type of the event record field in ContextKeySelector. Valid values include RequestContext, TagContext.
- Parameters:
type
- Specifies the type of the event record field in ContextKeySelector. Valid values include RequestContext, TagContext.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
equalsValue
A list of keys defined by Type to be included in CloudTrail enriched events.
- Parameters:
equals
- A list of keys defined by Type to be included in CloudTrail enriched events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
equalsValue
A list of keys defined by Type to be included in CloudTrail enriched events.
- Parameters:
equals
- A list of keys defined by Type to be included in CloudTrail enriched events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-