Interface PrimaryChannelSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PrimaryChannelSettings.Builder,,PrimaryChannelSettings> SdkBuilder<PrimaryChannelSettings.Builder,,PrimaryChannelSettings> SdkPojo
- Enclosing class:
PrimaryChannelSettings
@Mutable
@NotThreadSafe
public static interface PrimaryChannelSettings.Builder
extends SdkPojo, CopyableBuilder<PrimaryChannelSettings.Builder,PrimaryChannelSettings>
-
Method Summary
Modifier and TypeMethodDescriptionlinkedChannelType(String linkedChannelType) Specifies this as a primary channellinkedChannelType(LinkedChannelType linkedChannelType) Specifies this as a primary channelMethods 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
-
linkedChannelType
Specifies this as a primary channel- Parameters:
linkedChannelType- Specifies this as a primary channel- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
linkedChannelType
Specifies this as a primary channel- Parameters:
linkedChannelType- Specifies this as a primary channel- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-