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