| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateChannelResponse.Builder |
CreateChannelResponse.builder() |
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.channelArn(String channelArn)
The Amazon Resource Name (ARN) of the new channel.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.destinations(Collection<Destination> destinations)
The event data stores that log the events arriving through the channel.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.destinations(Consumer<Destination.Builder>... destinations)
The event data stores that log the events arriving through the channel.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.destinations(Destination... destinations)
The event data stores that log the events arriving through the channel.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.name(String name)
The name of the new channel.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.source(String source)
The partner or external event source name.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateChannelResponse.Builder |
CreateChannelResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateChannelResponse.Builder> |
CreateChannelResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.