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 GetChannelResult

    • Constructor Detail

      • GetChannelResult

        public GetChannelResult()
    • Method Detail

      • 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 GetChannelResult 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.
      • setChannelName

        public void setChannelName(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.
      • getChannelName

        public String getChannelName()

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

        public GetChannelResult withChannelName(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.
      • 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 GetChannelResult 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.
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The date and time the channel was created.

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

        public Date getCreatedAt()

        The date and time the channel was created.

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

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

        public void setModifiedAt(Date modifiedAt)

        The date and time the channel was modified.

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

        public Date getModifiedAt()

        The date and time the channel was modified.

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

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

        public void setDescription(String description)

        The description for your channel.

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

        public String getDescription()

        The description for your channel.

        Returns:
        The description for your channel.
      • withDescription

        public GetChannelResult withDescription(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.
      • setIngestEndpoints

        public void setIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
        Parameters:
        ingestEndpoints -
      • withIngestEndpoints

        public GetChannelResult withIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
        Parameters:
        ingestEndpoints -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInputType

        public void setInputType(String inputType)

        The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

        The allowed values are:

        • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

        • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

        Parameters:
        inputType - The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

        The allowed values are:

        • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

        • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

        See Also:
        InputType
      • getInputType

        public String getInputType()

        The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

        The allowed values are:

        • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

        • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

        Returns:
        The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

        The allowed values are:

        • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

        • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

        See Also:
        InputType
      • withInputType

        public GetChannelResult withInputType(String inputType)

        The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

        The allowed values are:

        • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

        • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

        Parameters:
        inputType - The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

        The allowed values are:

        • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

        • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputType
      • withInputType

        public GetChannelResult withInputType(InputType inputType)

        The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

        The allowed values are:

        • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

        • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

        Parameters:
        inputType - The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

        The allowed values are:

        • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

        • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputType
      • 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 GetChannelResult 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.

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

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

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

        public GetChannelResult 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 によって変換されたページ (->オリジナル) /