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