| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2 |
|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateChannelResponse |
MediaPackageV2Client.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Update the specified channel.
|
default CompletableFuture<UpdateChannelResponse> |
MediaPackageV2AsyncClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Update the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateChannelRequest.Builder |
UpdateChannelRequest.builder() |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.channelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.channelName(String channelName)
The name that describes the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.description(String description)
Any descriptive information that you want to add to the channel for future identification purposes.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateChannelRequest.Builder |
UpdateChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateChannelRequest.Builder> |
UpdateChannelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.