| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.arn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
static Channel.Builder |
Channel.builder() |
Channel.Builder |
Channel.Builder.description(String description)
A short text description of the Channel.
|
default Channel.Builder |
Channel.Builder.egressAccessLogs(Consumer<EgressAccessLogs.Builder> egressAccessLogs)
Sets the value of the EgressAccessLogs property for this object.
|
Channel.Builder |
Channel.Builder.egressAccessLogs(EgressAccessLogs egressAccessLogs)
Sets the value of the EgressAccessLogs property for this object.
|
default Channel.Builder |
Channel.Builder.hlsIngest(Consumer<HlsIngest.Builder> hlsIngest)
Sets the value of the HlsIngest property for this object.
|
Channel.Builder |
Channel.Builder.hlsIngest(HlsIngest hlsIngest)
Sets the value of the HlsIngest property for this object.
|
Channel.Builder |
Channel.Builder.id(String id)
The ID of the Channel.
|
default Channel.Builder |
Channel.Builder.ingressAccessLogs(Consumer<IngressAccessLogs.Builder> ingressAccessLogs)
Sets the value of the IngressAccessLogs property for this object.
|
Channel.Builder |
Channel.Builder.ingressAccessLogs(IngressAccessLogs ingressAccessLogs)
Sets the value of the IngressAccessLogs property for this object.
|
Channel.Builder |
Channel.Builder.tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
Channel.Builder |
Channel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Channel.Builder> |
Channel.serializableBuilderClass() |
Copyright © 2021. All rights reserved.