Interface MetricAttribution.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetricAttribution.Builder,
,MetricAttribution> SdkBuilder<MetricAttribution.Builder,
,MetricAttribution> SdkPojo
- Enclosing class:
MetricAttribution
@Mutable
@NotThreadSafe
public static interface MetricAttribution.Builder
extends SdkPojo, CopyableBuilder<MetricAttribution.Builder,MetricAttribution>
-
Method Summary
Modifier and TypeMethodDescriptioneventAttributionSource
(String eventAttributionSource) The source of the event, such as a third party.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
-
eventAttributionSource
The source of the event, such as a third party.
- Parameters:
eventAttributionSource
- The source of the event, such as a third party.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-