public static interface UpdateChannelResponse.Builder extends MediaPackageResponse.Builder, CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
UpdateChannelResponse.Builder |
description(String description)
A short text description of the Channel.
|
default UpdateChannelResponse.Builder |
hlsIngest(Consumer<HlsIngest.Builder> hlsIngest)
Sets the value of the HlsIngest property for this object.
|
UpdateChannelResponse.Builder |
hlsIngest(HlsIngest hlsIngest)
Sets the value of the HlsIngest property for this object.
|
UpdateChannelResponse.Builder |
id(String id)
The ID of the Channel.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateChannelResponse.Builder arn(String arn)
arn - The Amazon Resource Name (ARN) assigned to the Channel.UpdateChannelResponse.Builder description(String description)
description - A short text description of the Channel.UpdateChannelResponse.Builder hlsIngest(HlsIngest hlsIngest)
hlsIngest - The new value for the HlsIngest property for this object.default UpdateChannelResponse.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)UpdateChannelResponse.Builder id(String id)
id - The ID of the Channel.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.