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 CreateOriginEndpointResult

    • Constructor Detail

      • CreateOriginEndpointResult

        public CreateOriginEndpointResult()
    • 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 CreateOriginEndpointResult 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.
      • 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 CreateOriginEndpointResult 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.
      • 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 CreateOriginEndpointResult 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.
      • setOriginEndpointName

        public void setOriginEndpointName(String originEndpointName)

        The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

        Parameters:
        originEndpointName - The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
      • getOriginEndpointName

        public String getOriginEndpointName()

        The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

        Returns:
        The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
      • withOriginEndpointName

        public CreateOriginEndpointResult withOriginEndpointName(String originEndpointName)

        The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

        Parameters:
        originEndpointName - The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContainerType

        public void setContainerType(String containerType)

        The type of container attached to this origin endpoint.

        Parameters:
        containerType - The type of container attached to this origin endpoint.
        See Also:
        ContainerType
      • getContainerType

        public String getContainerType()

        The type of container attached to this origin endpoint.

        Returns:
        The type of container attached to this origin endpoint.
        See Also:
        ContainerType
      • withContainerType

        public CreateOriginEndpointResult withContainerType(String containerType)

        The type of container attached to this origin endpoint.

        Parameters:
        containerType - The type of container attached to this origin endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContainerType
      • withContainerType

        public CreateOriginEndpointResult withContainerType(ContainerType containerType)

        The type of container attached to this origin endpoint.

        Parameters:
        containerType - The type of container attached to this origin endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContainerType
      • setSegment

        public void setSegment(Segment segment)

        The segment configuration, including the segment name, duration, and other configuration values.

        Parameters:
        segment - The segment configuration, including the segment name, duration, and other configuration values.
      • getSegment

        public Segment getSegment()

        The segment configuration, including the segment name, duration, and other configuration values.

        Returns:
        The segment configuration, including the segment name, duration, and other configuration values.
      • withSegment

        public CreateOriginEndpointResult withSegment(Segment segment)

        The segment configuration, including the segment name, duration, and other configuration values.

        Parameters:
        segment - The segment configuration, including the segment name, duration, and other configuration values.
        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 origin endpoint was created.

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

        public Date getCreatedAt()

        The date and time the origin endpoint was created.

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

        public CreateOriginEndpointResult withCreatedAt(Date createdAt)

        The date and time the origin endpoint was created.

        Parameters:
        createdAt - The date and time the origin endpoint 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 origin endpoint was modified.

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

        public Date getModifiedAt()

        The date and time the origin endpoint was modified.

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

        public CreateOriginEndpointResult withModifiedAt(Date modifiedAt)

        The date and time the origin endpoint was modified.

        Parameters:
        modifiedAt - The date and time the origin endpoint 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 origin endpoint.

        Parameters:
        description - The description for your origin endpoint.
      • getDescription

        public String getDescription()

        The description for your origin endpoint.

        Returns:
        The description for your origin endpoint.
      • withDescription

        public CreateOriginEndpointResult withDescription(String description)

        The description for your origin endpoint.

        Parameters:
        description - The description for your origin endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartoverWindowSeconds

        public void setStartoverWindowSeconds(Integer startoverWindowSeconds)

        The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.

        Parameters:
        startoverWindowSeconds - The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.
      • getStartoverWindowSeconds

        public Integer getStartoverWindowSeconds()

        The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.

        Returns:
        The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.
      • withStartoverWindowSeconds

        public CreateOriginEndpointResult withStartoverWindowSeconds(Integer startoverWindowSeconds)

        The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.

        Parameters:
        startoverWindowSeconds - The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getHlsManifests

        public List<GetHlsManifestConfiguration> getHlsManifests()

        An HTTP live streaming (HLS) manifest configuration.

        Returns:
        An HTTP live streaming (HLS) manifest configuration.
      • setHlsManifests

        public void setHlsManifests(Collection<GetHlsManifestConfiguration> hlsManifests)

        An HTTP live streaming (HLS) manifest configuration.

        Parameters:
        hlsManifests - An HTTP live streaming (HLS) manifest configuration.
      • withHlsManifests

        public CreateOriginEndpointResult withHlsManifests(Collection<GetHlsManifestConfiguration> hlsManifests)

        An HTTP live streaming (HLS) manifest configuration.

        Parameters:
        hlsManifests - An HTTP live streaming (HLS) manifest configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLowLatencyHlsManifests

        public void setLowLatencyHlsManifests(Collection<GetLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)

        A low-latency HLS manifest configuration.

        Parameters:
        lowLatencyHlsManifests - A low-latency HLS manifest configuration.
      • withLowLatencyHlsManifests

        public CreateOriginEndpointResult withLowLatencyHlsManifests(Collection<GetLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)

        A low-latency HLS manifest configuration.

        Parameters:
        lowLatencyHlsManifests - A low-latency HLS manifest configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDashManifests

        public void setDashManifests(Collection<GetDashManifestConfiguration> dashManifests)

        A DASH manifest configuration.

        Parameters:
        dashManifests - A DASH manifest configuration.
      • setForceEndpointErrorConfiguration

        public void setForceEndpointErrorConfiguration(ForceEndpointErrorConfiguration forceEndpointErrorConfiguration)

        The failover settings for the endpoint.

        Parameters:
        forceEndpointErrorConfiguration - The failover settings for the endpoint.
      • getForceEndpointErrorConfiguration

        public ForceEndpointErrorConfiguration getForceEndpointErrorConfiguration()

        The failover settings for the endpoint.

        Returns:
        The failover settings for the endpoint.
      • withForceEndpointErrorConfiguration

        public CreateOriginEndpointResult withForceEndpointErrorConfiguration(ForceEndpointErrorConfiguration forceEndpointErrorConfiguration)

        The failover settings for the endpoint.

        Parameters:
        forceEndpointErrorConfiguration - The failover settings for the endpoint.
        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 CreateOriginEndpointResult 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 origin endpoint.

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

        public void setTags(Map<String,String> tags)

        The comma-separated list of tag key:value pairs assigned to the origin endpoint.

        Parameters:
        tags - The comma-separated list of tag key:value pairs assigned to the origin endpoint.
      • withTags

        public CreateOriginEndpointResult withTags(Map<String,String> tags)

        The comma-separated list of tag key:value pairs assigned to the origin endpoint.

        Parameters:
        tags - The comma-separated list of tag key:value pairs assigned to the origin endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

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