Interface EventChannelDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EventChannelDetails.Builder,,EventChannelDetails> SdkBuilder<EventChannelDetails.Builder,,EventChannelDetails> SdkPojo
- Enclosing class:
EventChannelDetails
@Mutable
@NotThreadSafe
public static interface EventChannelDetails.Builder
extends SdkPojo, CopyableBuilder<EventChannelDetails.Builder,EventChannelDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of event channeltype(EventChannelType type) The type of event 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
-
type
The type of event channel
- Parameters:
type- The type of event channel- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of event channel
- Parameters:
type- The type of event channel- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-