public static interface CreateChannelRequest.Builder extends MediaPackageRequest.Builder, SdkPojo, CopyableBuilder<CreateChannelRequest.Builder,CreateChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest.Builder |
description(String description)
A short text description of the Channel.
|
CreateChannelRequest.Builder |
id(String id)
The ID of the Channel.
|
CreateChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateChannelRequest.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateChannelRequest.Builder description(String description)
description - A short text description of the Channel.CreateChannelRequest.Builder id(String id)
id - The ID of the Channel. The ID must be unique within the region and it cannot be changed after a
Channel is created.CreateChannelRequest.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.CreateChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.