Interface DescribePrimaryChannelSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DescribePrimaryChannelSettings.Builder,,DescribePrimaryChannelSettings> SdkBuilder<DescribePrimaryChannelSettings.Builder,,DescribePrimaryChannelSettings> SdkPojo
- Enclosing class:
DescribePrimaryChannelSettings
@Mutable
@NotThreadSafe
public static interface DescribePrimaryChannelSettings.Builder
extends SdkPojo, CopyableBuilder<DescribePrimaryChannelSettings.Builder,DescribePrimaryChannelSettings>
-
Method Summary
Modifier and TypeMethodDescriptionfollowingChannelArns(String... followingChannelArns) The ARNs of the following channels for this primary channelfollowingChannelArns(Collection<String> followingChannelArns) The ARNs of the following channels for this primary channellinkedChannelType(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
-
followingChannelArns
DescribePrimaryChannelSettings.Builder followingChannelArns(Collection<String> followingChannelArns) The ARNs of the following channels for this primary channel- Parameters:
followingChannelArns- The ARNs of the following channels for this primary channel- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
followingChannelArns
The ARNs of the following channels for this primary channel- Parameters:
followingChannelArns- The ARNs of the following channels for this primary channel- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-