public static interface Channel.Builder extends SdkPojo, 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 |
createdAt(String createdAt)
The date and time the Channel was created.
|
Channel.Builder |
description(String description)
A short text description of the Channel.
|
default Channel.Builder |
egressAccessLogs(Consumer<EgressAccessLogs.Builder> egressAccessLogs)
Sets the value of the EgressAccessLogs property for this object.
|
Channel.Builder |
egressAccessLogs(EgressAccessLogs egressAccessLogs)
Sets the value of the EgressAccessLogs property for this object.
|
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.
|
default Channel.Builder |
ingressAccessLogs(Consumer<IngressAccessLogs.Builder> ingressAccessLogs)
Sets the value of the IngressAccessLogs property for this object.
|
Channel.Builder |
ingressAccessLogs(IngressAccessLogs ingressAccessLogs)
Sets the value of the IngressAccessLogs property for this object.
|
Channel.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannel.Builder arn(String arn)
arn - The Amazon Resource Name (ARN) assigned to the Channel.Channel.Builder createdAt(String createdAt)
createdAt - The date and time the Channel was created.Channel.Builder description(String description)
description - A short text description of the Channel.Channel.Builder egressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs - The new value for the EgressAccessLogs property for this object.default Channel.Builder egressAccessLogs(Consumer<EgressAccessLogs.Builder> egressAccessLogs)
EgressAccessLogs.Builder avoiding the
need to create one manually via EgressAccessLogs.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to egressAccessLogs(EgressAccessLogs).
egressAccessLogs - a consumer that will call methods on EgressAccessLogs.BuilderegressAccessLogs(EgressAccessLogs)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.Channel.Builder ingressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs - The new value for the IngressAccessLogs property for this object.default Channel.Builder ingressAccessLogs(Consumer<IngressAccessLogs.Builder> ingressAccessLogs)
IngressAccessLogs.Builder avoiding the
need to create one manually via IngressAccessLogs.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ingressAccessLogs(IngressAccessLogs).
ingressAccessLogs - a consumer that will call methods on IngressAccessLogs.BuilderingressAccessLogs(IngressAccessLogs)Channel.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2023. All rights reserved.