| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
GetChannelResponse.Builder |
GetChannelResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
static GetChannelResponse.Builder |
GetChannelResponse.builder() |
GetChannelResponse.Builder |
GetChannelResponse.Builder.channelGroupName(String channelGroupName)
The name that describes the channel group.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.channelName(String channelName)
The name that describes the channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.createdAt(Instant createdAt)
The date and time the channel was created.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.description(String description)
The description for your channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.ingestEndpoints(Consumer<IngestEndpoint.Builder>... ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.ingestEndpoints(IngestEndpoint... ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.modifiedAt(Instant modifiedAt)
The date and time the channel was modified.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel.
|
GetChannelResponse.Builder |
GetChannelResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetChannelResponse.Builder> |
GetChannelResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.