public static interface UpdateChannelGroupResponse.Builder extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<UpdateChannelGroupResponse.Builder,UpdateChannelGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelGroupResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
UpdateChannelGroupResponse.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateChannelGroupResponse.Builder |
createdAt(Instant createdAt)
The date and time the channel group was created.
|
UpdateChannelGroupResponse.Builder |
description(String description)
The description for your channel group.
|
UpdateChannelGroupResponse.Builder |
egressDomain(String egressDomain)
The output domain where the source stream is sent.
|
UpdateChannelGroupResponse.Builder |
modifiedAt(Instant modifiedAt)
The date and time the channel group was modified.
|
UpdateChannelGroupResponse.Builder |
tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelGroupResponse.Builder channelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName - The name that describes the channel group. The name is the primary identifier for the channel group,
and must be unique for your account in the AWS Region.UpdateChannelGroupResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
arn - The Amazon Resource Name (ARN) associated with the resource.UpdateChannelGroupResponse.Builder egressDomain(String egressDomain)
The output domain where the source stream is sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.
egressDomain - The output domain where the source stream is sent. Integrate the domain with a downstream CDN (such as
Amazon CloudFront) or playback device.UpdateChannelGroupResponse.Builder createdAt(Instant createdAt)
The date and time the channel group was created.
createdAt - The date and time the channel group was created.UpdateChannelGroupResponse.Builder modifiedAt(Instant modifiedAt)
The date and time the channel group was modified.
modifiedAt - The date and time the channel group was modified.UpdateChannelGroupResponse.Builder description(String description)
The description for your channel group.
description - The description for your channel group.UpdateChannelGroupResponse.Builder tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
tags - The comma-separated list of tag key:value pairs assigned to the channel group.Copyright © 2023. All rights reserved.