Interface EndpointAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EndpointAttributes.Builder,,- EndpointAttributes> - SdkBuilder<EndpointAttributes.Builder,,- EndpointAttributes> - SdkPojo
- Enclosing class:
- EndpointAttributes
@Mutable
@NotThreadSafe
public static interface EndpointAttributes.Builder
extends SdkPojo, CopyableBuilder<EndpointAttributes.Builder,EndpointAttributes> 
- 
Method SummaryModifier and TypeMethodDescriptiondeviceToken(String deviceToken) The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.voipDeviceToken(String voipDeviceToken) The VOIP device token for the APNS and APNS_SANDBOX endpoint types.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
deviceTokenThe device token for the GCM, APNS, and APNS_SANDBOX endpoint types. - Parameters:
- deviceToken- The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
voipDeviceTokenThe VOIP device token for the APNS and APNS_SANDBOX endpoint types. - Parameters:
- voipDeviceToken- The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-