JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.mediapackagev2.model

Class GetChannelGroupResult

    • Constructor Detail

      • GetChannelGroupResult

        public GetChannelGroupResult()
    • Method Detail

      • setChannelGroupName

        public void setChannelGroupName(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.
      • getChannelGroupName

        public String getChannelGroupName()

        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:
        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.
      • withChannelGroupName

        public GetChannelGroupResult withChannelGroupName(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.
      • setArn

        public void setArn(String arn)

        The Amazon Resource Name (ARN) associated with the resource.

        Parameters:
        arn - The Amazon Resource Name (ARN) associated with the resource.
      • getArn

        public String getArn()

        The Amazon Resource Name (ARN) associated with the resource.

        Returns:
        The Amazon Resource Name (ARN) associated with the resource.
      • withArn

        public GetChannelGroupResult withArn(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.
      • setEgressDomain

        public void setEgressDomain(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.
      • getEgressDomain

        public String getEgressDomain()

        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:
        The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.
      • withEgressDomain

        public GetChannelGroupResult withEgressDomain(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.
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The date and time the channel group was created.

        Parameters:
        createdAt - The date and time the channel group was created.
      • getCreatedAt

        public Date getCreatedAt()

        The date and time the channel group was created.

        Returns:
        The date and time the channel group was created.
      • withCreatedAt

        public GetChannelGroupResult withCreatedAt(Date 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.
      • setModifiedAt

        public void setModifiedAt(Date modifiedAt)

        The date and time the channel group was modified.

        Parameters:
        modifiedAt - The date and time the channel group was modified.
      • getModifiedAt

        public Date getModifiedAt()

        The date and time the channel group was modified.

        Returns:
        The date and time the channel group was modified.
      • withModifiedAt

        public GetChannelGroupResult withModifiedAt(Date 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.
      • setDescription

        public void setDescription(String description)

        The description for your channel group.

        Parameters:
        description - The description for your channel group.
      • getDescription

        public String getDescription()

        The description for your channel group.

        Returns:
        The description for your channel group.
      • withDescription

        public GetChannelGroupResult withDescription(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.
      • setETag

        public void setETag(String eTag)

        The 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.
      • getETag

        public String getETag()

        The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

        Returns:
        The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
      • withETag

        public GetChannelGroupResult withETag(String eTag)

        The 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.
      • getTags

        public Map<String,String> getTags()

        The comma-separated list of tag key:value pairs assigned to the channel group.

        Returns:
        The comma-separated list of tag key:value pairs assigned to the channel group.
      • setTags

        public void setTags(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.
      • withTags

        public GetChannelGroupResult withTags(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.
      • clearTagsEntries

        public GetChannelGroupResult clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /