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)
Add an optional request override configuration.
|
CreateChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateChannelRequest.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateChannelRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.