Interface UpdateChannelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>,MediaPackageV2Response.Builder,SdkBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateChannelResponse
public static interface UpdateChannelResponse.Builder extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateChannelResponse.Builderarn(String arn)The Amazon Resource Name (ARN) associated with the resource.UpdateChannelResponse.BuilderchannelGroupName(String channelGroupName)The name that describes the channel group.UpdateChannelResponse.BuilderchannelName(String channelName)The name that describes the channel.UpdateChannelResponse.BuildercreatedAt(Instant createdAt)The date and time the channel was created.UpdateChannelResponse.Builderdescription(String description)The description for your channel.UpdateChannelResponse.BuilderingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)Sets the value of the IngestEndpoints property for this object.UpdateChannelResponse.BuilderingestEndpoints(Consumer<IngestEndpoint.Builder>... ingestEndpoints)Sets the value of the IngestEndpoints property for this object.UpdateChannelResponse.BuilderingestEndpoints(IngestEndpoint... ingestEndpoints)Sets the value of the IngestEndpoints property for this object.UpdateChannelResponse.BuildermodifiedAt(Instant modifiedAt)The date and time the channel was modified.UpdateChannelResponse.Buildertags(Map<String,String> tags)The comma-separated list of tag key:value pairs assigned to the channel.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediapackagev2.model.MediaPackageV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
UpdateChannelResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
- Parameters:
arn- The Amazon Resource Name (ARN) associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelGroupName
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
UpdateChannelResponse.Builder createdAt(Instant createdAt)
The date and time the channel was created.
- Parameters:
createdAt- The date and time the channel was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
UpdateChannelResponse.Builder modifiedAt(Instant modifiedAt)
The date and time the channel was modified.
- Parameters:
modifiedAt- The date and time the channel was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateChannelResponse.Builder description(String description)
The description for your channel.
- Parameters:
description- The description for your channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestEndpoints
UpdateChannelResponse.Builder ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.- Parameters:
ingestEndpoints- The new value for the IngestEndpoints property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestEndpoints
UpdateChannelResponse.Builder ingestEndpoints(IngestEndpoint... ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.- Parameters:
ingestEndpoints- The new value for the IngestEndpoints property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestEndpoints
UpdateChannelResponse.Builder ingestEndpoints(Consumer<IngestEndpoint.Builder>... ingestEndpoints)
Sets the value of the IngestEndpoints property for this object. This is a convenience method that creates an instance of theIngestEndpoint.Builderavoiding the need to create one manually viaIngestEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#ingestEndpoints(List.) - Parameters:
ingestEndpoints- a consumer that will call methods onIngestEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#ingestEndpoints(java.util.Collection)
-
tags
UpdateChannelResponse.Builder tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel.
- Parameters:
tags- The comma-separated list of tag key:value pairs assigned to the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-