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
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The unique identifier for the application.creationDate
(String creationDate) The date and time, in ISO 8601 format, when the channel was enabled.Specifies whether the channel is enabled for the application.hasCredential
(Boolean hasCredential) (Not used) This property is retained only for backward compatibility.(Deprecated) An identifier for the channel.isArchived
(Boolean isArchived) Specifies whether the channel is archived.lastModifiedBy
(String lastModifiedBy) The user who last modified the channel.lastModifiedDate
(String lastModifiedDate) The date and time, in ISO 8601 format, when the channel was last modified.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 Details
-
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
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
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
(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
(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
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
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
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
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.
-