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