Interface MSTeamsChannel.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MSTeamsChannel.Builder,,MSTeamsChannel> SdkBuilder<MSTeamsChannel.Builder,,MSTeamsChannel> SdkPojo
- Enclosing class:
MSTeamsChannel
@Mutable
@NotThreadSafe
public static interface MSTeamsChannel.Builder
extends SdkPojo, CopyableBuilder<MSTeamsChannel.Builder,MSTeamsChannel>
-
Method Summary
Modifier and TypeMethodDescriptionMS Teams Channel IDchannelName(String channelName) MS Teams channel nameMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
channelName
MS Teams channel name
- Parameters:
channelName- MS Teams channel name- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelId
MS Teams Channel ID
- Parameters:
channelId- MS Teams Channel ID- Returns:
- Returns a reference to this object so that method calls can be chained together.
-