Interface GetChannelGroupResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetChannelGroupResponse.Builder,,- GetChannelGroupResponse> - MediaPackageV2Response.Builder,- SdkBuilder<GetChannelGroupResponse.Builder,,- GetChannelGroupResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetChannelGroupResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) associated with the resource.channelGroupName(String channelGroupName) The name that describes the channel group.The date and time the channel group was created.description(String description) The description for your channel group.egressDomain(String egressDomain) The output domain where the source stream should be sent.The current Entity Tag (ETag) associated with this resource.modifiedAt(Instant modifiedAt) The date and time the channel group was modified.The comma-separated list of tag key:value pairs assigned to the channel group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.mediapackagev2.model.MediaPackageV2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
channelGroupNameThe 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.
 
- 
arnThe 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.
 
- 
egressDomainThe 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.
 
- 
createdAtThe 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.
 
- 
modifiedAtThe 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.
 
- 
descriptionThe 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.
 
- 
eTagThe current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource. - Parameters:
- eTag- The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe 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.
 
 
-