static CreateChannelRequest.Builder |
CreateChannelRequest.builder() |
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.destinations(Collection<Destination> destinations) |
One or more event data stores to which events arriving through a channel will be logged.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.destinations(Consumer<Destination.Builder>... destinations) |
One or more event data stores to which events arriving through a channel will be logged.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.destinations(Destination... destinations) |
One or more event data stores to which events arriving through a channel will be logged.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.name(String name) |
The name of the channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.source(String source) |
The name of the partner or external event source.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.tags(Collection<Tag> tags) |
Sets the value of the Tags property for this object.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Sets the value of the Tags property for this object.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.tags(Tag... tags) |
Sets the value of the Tags property for this object.
|
CreateChannelRequest.Builder |
CreateChannelRequest.toBuilder() |
|