Interface RegisterDeviceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoSyncRequest.Builder,CopyableBuilder<RegisterDeviceRequest.Builder,,RegisterDeviceRequest> SdkBuilder<RegisterDeviceRequest.Builder,,RegisterDeviceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
RegisterDeviceRequest
@Mutable
@NotThreadSafe
public static interface RegisterDeviceRequest.Builder
extends CognitoSyncRequest.Builder, SdkPojo, CopyableBuilder<RegisterDeviceRequest.Builder,RegisterDeviceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionidentityId(String identityId) The unique ID for this identity.identityPoolId(String identityPoolId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The SNS platform type (e.g.The SNS platform type (e.g.The push token.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cognitosync.model.CognitoSyncRequest.Builder
buildMethods 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
-
identityPoolId
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.
- Parameters:
identityPoolId- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityId
The unique ID for this identity.
- Parameters:
identityId- The unique ID for this identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).
- Parameters:
platform- The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
platform
The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).
- Parameters:
platform- The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
token
The push token.
- Parameters:
token- The push token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RegisterDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RegisterDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-