Interface GetChannelGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetChannelGroupResponse.Builder,GetChannelGroupResponse>,MediaPackageV2Response.Builder,SdkBuilder<GetChannelGroupResponse.Builder,GetChannelGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetChannelGroupResponse
public static interface GetChannelGroupResponse.Builder extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<GetChannelGroupResponse.Builder,GetChannelGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetChannelGroupResponse.Builderarn(String arn)The Amazon Resource Name (ARN) associated with the resource.GetChannelGroupResponse.BuilderchannelGroupName(String channelGroupName)The name that describes the channel group.GetChannelGroupResponse.BuildercreatedAt(Instant createdAt)The date and time the channel group was created.GetChannelGroupResponse.Builderdescription(String description)The description for your channel group.GetChannelGroupResponse.BuilderegressDomain(String egressDomain)The output domain where the source stream should be sent.GetChannelGroupResponse.BuildermodifiedAt(Instant modifiedAt)The date and time the channel group was modified.GetChannelGroupResponse.Buildertags(Map<String,String> tags)The comma-separated list of tag key:value pairs assigned to the channel group.-
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
-
channelGroupName
GetChannelGroupResponse.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.
-
arn
GetChannelGroupResponse.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.
-
egressDomain
GetChannelGroupResponse.Builder egressDomain(String egressDomain)
The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.
- Parameters:
egressDomain- The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
GetChannelGroupResponse.Builder createdAt(Instant createdAt)
The date and time the channel group was created.
- Parameters:
createdAt- The date and time the channel group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
GetChannelGroupResponse.Builder modifiedAt(Instant modifiedAt)
The date and time the channel group was modified.
- Parameters:
modifiedAt- The date and time the channel group was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetChannelGroupResponse.Builder description(String description)
The description for your channel group.
- Parameters:
description- The description for your channel group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
GetChannelGroupResponse.Builder tags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel group.
- Parameters:
tags- The comma-separated list of tag key:value pairs assigned to the channel group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-