Interface EndpointAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EndpointAttributes.Builder,EndpointAttributes>,SdkBuilder<EndpointAttributes.Builder,EndpointAttributes>,SdkPojo
- Enclosing class:
- EndpointAttributes
public static interface EndpointAttributes.Builder extends SdkPojo, CopyableBuilder<EndpointAttributes.Builder,EndpointAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointAttributes.BuilderdeviceToken(String deviceToken)The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.EndpointAttributes.BuildervoipDeviceToken(String voipDeviceToken)The VOIP device token for the APNS and APNS_SANDBOX endpoint types.-
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, sdkFields
-
-
-
-
Method Detail
-
deviceToken
EndpointAttributes.Builder deviceToken(String deviceToken)
The 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.
-
voipDeviceToken
EndpointAttributes.Builder voipDeviceToken(String voipDeviceToken)
The 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.
-
-