public static interface UpdateChannelResponse.Builder extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
UpdateChannelResponse.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateChannelResponse.Builder |
channelName(String channelName)
The name that describes the channel.
|
UpdateChannelResponse.Builder |
createdAt(Instant createdAt)
The date and time the channel was created.
|
UpdateChannelResponse.Builder |
description(String description)
The description for your channel.
|
UpdateChannelResponse.Builder |
ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
UpdateChannelResponse.Builder |
ingestEndpoints(Consumer<IngestEndpoint.Builder>... ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
UpdateChannelResponse.Builder |
ingestEndpoints(IngestEndpoint... ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
UpdateChannelResponse.Builder |
modifiedAt(Instant modifiedAt)
The date and time the channel was modified.
|
UpdateChannelResponse.Builder |
tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
arn - The Amazon Resource Name (ARN) associated with the resource.UpdateChannelResponse.Builder channelName(String channelName)
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
channelName - The name that describes the channel. The name is the primary identifier for the channel, and must be
unique for your account in the AWS Region and channel group.UpdateChannelResponse.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.UpdateChannelResponse.Builder createdAt(Instant createdAt)
The date and time the channel was created.
createdAt - The date and time the channel was created.UpdateChannelResponse.Builder modifiedAt(Instant modifiedAt)
The date and time the channel was modified.
modifiedAt - The date and time the channel was modified.UpdateChannelResponse.Builder description(String description)
The description for your channel.
description - The description for your channel.UpdateChannelResponse.Builder ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
ingestEndpoints - The new value for the IngestEndpoints property for this object.UpdateChannelResponse.Builder ingestEndpoints(IngestEndpoint... ingestEndpoints)
ingestEndpoints - The new value for the IngestEndpoints property for this object.UpdateChannelResponse.Builder ingestEndpoints(Consumer<IngestEndpoint.Builder>... ingestEndpoints)
IngestEndpoint.Builder avoiding the need to
create one manually via IngestEndpoint.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ingestEndpoints(List.
ingestEndpoints - a consumer that will call methods on
IngestEndpoint.Builder#ingestEndpoints(java.util.Collection) UpdateChannelResponse.Builder tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel.
tags - The comma-separated list of tag key:value pairs assigned to the channel.Copyright © 2023. All rights reserved.