Interface APNSSandboxChannelResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>,SdkBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>,SdkPojo
- Enclosing class:
- APNSSandboxChannelResponse
public static interface APNSSandboxChannelResponse.Builder extends SdkPojo, CopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description APNSSandboxChannelResponse.BuilderapplicationId(String applicationId)The unique identifier for the application that the APNs sandbox channel applies to.APNSSandboxChannelResponse.BuildercreationDate(String creationDate)The date and time when the APNs sandbox channel was enabled.APNSSandboxChannelResponse.BuilderdefaultAuthenticationMethod(String defaultAuthenticationMethod)The default authentication method that Amazon Pinpoint uses to authenticate with the APNs sandbox environment for this channel, key or certificate.APNSSandboxChannelResponse.Builderenabled(Boolean enabled)Specifies whether the APNs sandbox channel is enabled for the application.APNSSandboxChannelResponse.BuilderhasCredential(Boolean hasCredential)(Not used) This property is retained only for backward compatibility.APNSSandboxChannelResponse.BuilderhasTokenKey(Boolean hasTokenKey)Specifies whether the APNs sandbox channel is configured to communicate with APNs by using APNs tokens.APNSSandboxChannelResponse.Builderid(String id)(Deprecated) An identifier for the APNs sandbox channel.APNSSandboxChannelResponse.BuilderisArchived(Boolean isArchived)Specifies whether the APNs sandbox channel is archived.APNSSandboxChannelResponse.BuilderlastModifiedBy(String lastModifiedBy)The user who last modified the APNs sandbox channel.APNSSandboxChannelResponse.BuilderlastModifiedDate(String lastModifiedDate)The date and time when the APNs sandbox channel was last modified.APNSSandboxChannelResponse.Builderplatform(String platform)The type of messaging or notification platform for the channel.APNSSandboxChannelResponse.Builderversion(Integer version)The current version of the APNs sandbox channel.-
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
-
applicationId
APNSSandboxChannelResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the APNs sandbox channel applies to.
- Parameters:
applicationId- The unique identifier for the application that the APNs sandbox channel applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
APNSSandboxChannelResponse.Builder creationDate(String creationDate)
The date and time when the APNs sandbox channel was enabled.
- Parameters:
creationDate- The date and time when the APNs sandbox channel was enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultAuthenticationMethod
APNSSandboxChannelResponse.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that Amazon Pinpoint uses to authenticate with the APNs sandbox environment for this channel, key or certificate.
- Parameters:
defaultAuthenticationMethod- The default authentication method that Amazon Pinpoint uses to authenticate with the APNs sandbox environment for this channel, key or certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
APNSSandboxChannelResponse.Builder enabled(Boolean enabled)
Specifies whether the APNs sandbox channel is enabled for the application.
- Parameters:
enabled- Specifies whether the APNs sandbox channel is enabled for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hasCredential
APNSSandboxChannelResponse.Builder hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
- Parameters:
hasCredential- (Not used) This property is retained only for backward compatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hasTokenKey
APNSSandboxChannelResponse.Builder hasTokenKey(Boolean hasTokenKey)
Specifies whether the APNs sandbox channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.
- Parameters:
hasTokenKey- Specifies whether the APNs sandbox channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
APNSSandboxChannelResponse.Builder id(String id)
(Deprecated) An identifier for the APNs sandbox channel. This property is retained only for backward compatibility.
- Parameters:
id- (Deprecated) An identifier for the APNs sandbox channel. This property is retained only for backward compatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isArchived
APNSSandboxChannelResponse.Builder isArchived(Boolean isArchived)
Specifies whether the APNs sandbox channel is archived.
- Parameters:
isArchived- Specifies whether the APNs sandbox channel is archived.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
APNSSandboxChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
The user who last modified the APNs sandbox channel.
- Parameters:
lastModifiedBy- The user who last modified the APNs sandbox channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
APNSSandboxChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
The date and time when the APNs sandbox channel was last modified.
- Parameters:
lastModifiedDate- The date and time when the APNs sandbox channel was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
APNSSandboxChannelResponse.Builder platform(String platform)
The type of messaging or notification platform for the channel. For the APNs sandbox channel, this value is APNS_SANDBOX.
- Parameters:
platform- The type of messaging or notification platform for the channel. For the APNs sandbox channel, this value is APNS_SANDBOX.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
APNSSandboxChannelResponse.Builder version(Integer version)
The current version of the APNs sandbox channel.
- Parameters:
version- The current version of the APNs sandbox channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-