| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelGroupResponse.Builder |
CreateChannelGroupResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
static CreateChannelGroupResponse.Builder |
CreateChannelGroupResponse.builder() |
CreateChannelGroupResponse.Builder |
CreateChannelGroupResponse.Builder.channelGroupName(String channelGroupName)
The name that describes the channel group.
|
CreateChannelGroupResponse.Builder |
CreateChannelGroupResponse.Builder.createdAt(Instant createdAt)
The date and time the channel group was created.
|
CreateChannelGroupResponse.Builder |
CreateChannelGroupResponse.Builder.description(String description)
The description for your channel group.
|
CreateChannelGroupResponse.Builder |
CreateChannelGroupResponse.Builder.egressDomain(String egressDomain)
The output domain where the source stream should be sent.
|
CreateChannelGroupResponse.Builder |
CreateChannelGroupResponse.Builder.modifiedAt(Instant modifiedAt)
The date and time the channel group was modified.
|
CreateChannelGroupResponse.Builder |
CreateChannelGroupResponse.Builder.tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
|
CreateChannelGroupResponse.Builder |
CreateChannelGroupResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateChannelGroupResponse.Builder> |
CreateChannelGroupResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.