Interface OriginEndpoint.Builder

    • Method Detail

      • arn

        OriginEndpoint.Builder arn​(String arn)
        The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
        Parameters:
        arn - The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorization

        OriginEndpoint.Builder authorization​(Authorization authorization)
        Sets the value of the Authorization property for this object.
        Parameters:
        authorization - The new value for the Authorization property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelId

        OriginEndpoint.Builder channelId​(String channelId)
        The ID of the Channel the OriginEndpoint is associated with.
        Parameters:
        channelId - The ID of the Channel the OriginEndpoint is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cmafPackage

        OriginEndpoint.Builder cmafPackage​(CmafPackage cmafPackage)
        Sets the value of the CmafPackage property for this object.
        Parameters:
        cmafPackage - The new value for the CmafPackage property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        OriginEndpoint.Builder createdAt​(String createdAt)
        The date and time the OriginEndpoint was created.
        Parameters:
        createdAt - The date and time the OriginEndpoint was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashPackage

        OriginEndpoint.Builder dashPackage​(DashPackage dashPackage)
        Sets the value of the DashPackage property for this object.
        Parameters:
        dashPackage - The new value for the DashPackage property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        OriginEndpoint.Builder description​(String description)
        A short text description of the OriginEndpoint.
        Parameters:
        description - A short text description of the OriginEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hlsPackage

        OriginEndpoint.Builder hlsPackage​(HlsPackage hlsPackage)
        Sets the value of the HlsPackage property for this object.
        Parameters:
        hlsPackage - The new value for the HlsPackage property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        OriginEndpoint.Builder id​(String id)
        The ID of the OriginEndpoint.
        Parameters:
        id - The ID of the OriginEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • manifestName

        OriginEndpoint.Builder manifestName​(String manifestName)
        A short string appended to the end of the OriginEndpoint URL.
        Parameters:
        manifestName - A short string appended to the end of the OriginEndpoint URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mssPackage

        OriginEndpoint.Builder mssPackage​(MssPackage mssPackage)
        Sets the value of the MssPackage property for this object.
        Parameters:
        mssPackage - The new value for the MssPackage property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • origination

        OriginEndpoint.Builder origination​(String origination)
        Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
        Parameters:
        origination - Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Origination, Origination
      • origination

        OriginEndpoint.Builder origination​(Origination origination)
        Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
        Parameters:
        origination - Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Origination, Origination
      • startoverWindowSeconds

        OriginEndpoint.Builder startoverWindowSeconds​(Integer startoverWindowSeconds)
        Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
        Parameters:
        startoverWindowSeconds - Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        OriginEndpoint.Builder tags​(Map<String,​String> tags)
        Sets the value of the Tags property for this object.
        Parameters:
        tags - The new value for the Tags property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeDelaySeconds

        OriginEndpoint.Builder timeDelaySeconds​(Integer timeDelaySeconds)
        Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.
        Parameters:
        timeDelaySeconds - Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        OriginEndpoint.Builder url​(String url)
        The URL of the packaged OriginEndpoint for consumption.
        Parameters:
        url - The URL of the packaged OriginEndpoint for consumption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • whitelist

        OriginEndpoint.Builder whitelist​(Collection<String> whitelist)
        A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
        Parameters:
        whitelist - A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • whitelist

        OriginEndpoint.Builder whitelist​(String... whitelist)
        A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
        Parameters:
        whitelist - A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.