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