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