Interface AnalyticsMetadataType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsMetadataType.Builder,,AnalyticsMetadataType> SdkBuilder<AnalyticsMetadataType.Builder,,AnalyticsMetadataType> SdkPojo
- Enclosing class:
- AnalyticsMetadataType
@Mutable
@NotThreadSafe
public static interface AnalyticsMetadataType.Builder
extends SdkPojo, CopyableBuilder<AnalyticsMetadataType.Builder,AnalyticsMetadataType>
-
Method Summary
Modifier and TypeMethodDescriptionanalyticsEndpointId(String analyticsEndpointId) The endpoint ID.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
-
analyticsEndpointId
The endpoint ID. Information that you want to pass to Amazon Pinpoint about where to send notifications.
- Parameters:
analyticsEndpointId- The endpoint ID. Information that you want to pass to Amazon Pinpoint about where to send notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-