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