public static interface Channel.Builder extends CopyableBuilder<Channel.Builder,Channel>
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
arn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
Channel.Builder |
description(String description)
A short text description of the Channel.
|
default Channel.Builder |
hlsIngest(Consumer<HlsIngest.Builder> hlsIngest)
Sets the value of the HlsIngest property for this object.
|
Channel.Builder |
hlsIngest(HlsIngest hlsIngest)
Sets the value of the HlsIngest property for this object.
|
Channel.Builder |
id(String id)
The ID of the Channel.
|
copyapply, buildChannel.Builder arn(String arn)
arn - The Amazon Resource Name (ARN) assigned to the Channel.Channel.Builder description(String description)
description - A short text description of the Channel.Channel.Builder hlsIngest(HlsIngest hlsIngest)
hlsIngest - The new value for the HlsIngest property for this object.default Channel.Builder hlsIngest(Consumer<HlsIngest.Builder> hlsIngest)
HlsIngest.Builder avoiding the need to create
one manually via HlsIngest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to hlsIngest(HlsIngest).hlsIngest - a consumer that will call methods on HlsIngest.BuilderhlsIngest(HlsIngest)Channel.Builder id(String id)
id - The ID of the Channel.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.