public static interface UpdateChannelResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResponse.Builder |
channelArn(String channelArn)
The ARN of the channel that was updated.
|
UpdateChannelResponse.Builder |
destinations(Collection<Destination> destinations)
The event data stores that log events arriving through the channel.
|
UpdateChannelResponse.Builder |
destinations(Consumer<Destination.Builder>... destinations)
The event data stores that log events arriving through the channel.
|
UpdateChannelResponse.Builder |
destinations(Destination... destinations)
The event data stores that log events arriving through the channel.
|
UpdateChannelResponse.Builder |
name(String name)
The name of the channel that was updated.
|
UpdateChannelResponse.Builder |
source(String source)
The event source of the channel that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelResponse.Builder channelArn(String channelArn)
The ARN of the channel that was updated.
channelArn - The ARN of the channel that was updated.UpdateChannelResponse.Builder name(String name)
The name of the channel that was updated.
name - The name of the channel that was updated.UpdateChannelResponse.Builder source(String source)
The event source of the channel that was updated.
source - The event source of the channel that was updated.UpdateChannelResponse.Builder destinations(Collection<Destination> destinations)
The event data stores that log events arriving through the channel.
destinations - The event data stores that log events arriving through the channel.UpdateChannelResponse.Builder destinations(Destination... destinations)
The event data stores that log events arriving through the channel.
destinations - The event data stores that log events arriving through the channel.UpdateChannelResponse.Builder destinations(Consumer<Destination.Builder>... destinations)
The event data stores that log events arriving through the channel.
This is a convenience method that creates an instance of theDestination.Builder avoiding the need to create one
manually via Destination.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #destinations(List.
destinations - a consumer that will call methods on
Destination.Builder#destinations(java.util.Collection) Copyright © 2023. All rights reserved.