Interface CreateOriginEndpointRequest.Builder

    • Method Detail

      • channelGroupName

        CreateOriginEndpointRequest.Builder channelGroupName​(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.
      • channelName

        CreateOriginEndpointRequest.Builder channelName​(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.
      • originEndpointName

        CreateOriginEndpointRequest.Builder originEndpointName​(String originEndpointName)

        The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and must be unique for your account in the AWS Region and channel. You can't use spaces in the name. You can't change the name after you create the endpoint.

        Parameters:
        originEndpointName - The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and must be unique for your account in the AWS Region and channel. You can't use spaces in the name. You can't change the name after you create the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • containerType

        CreateOriginEndpointRequest.Builder containerType​(String containerType)

        The type of container to attach to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. You can't change the container type after you create the endpoint.

        Parameters:
        containerType - The type of container to attach to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. You can't change the container type after you create the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContainerType, ContainerType
      • containerType

        CreateOriginEndpointRequest.Builder containerType​(ContainerType containerType)

        The type of container to attach to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. You can't change the container type after you create the endpoint.

        Parameters:
        containerType - The type of container to attach to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. You can't change the container type after you create the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContainerType, ContainerType
      • segment

        CreateOriginEndpointRequest.Builder segment​(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.
      • clientToken

        CreateOriginEndpointRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive token that you provide to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive token that you provide to ensure the idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateOriginEndpointRequest.Builder description​(String description)

        Enter any descriptive text that helps you to identify the origin endpoint.

        Parameters:
        description - Enter any descriptive text that helps you to identify the origin endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startoverWindowSeconds

        CreateOriginEndpointRequest.Builder startoverWindowSeconds​(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. The maximum startover window is 1,209,600 seconds (14 days).

        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. The maximum startover window is 1,209,600 seconds (14 days).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hlsManifests

        CreateOriginEndpointRequest.Builder hlsManifests​(CreateHlsManifestConfiguration... 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.
      • tags

        CreateOriginEndpointRequest.Builder tags​(Map<String,​String> tags)

        A comma-separated list of tag key:value pairs that you define. For example:

        "Key1": "Value1",

        "Key2": "Value2"

        Parameters:
        tags - A comma-separated list of tag key:value pairs that you define. For example:

        "Key1": "Value1",

        "Key2": "Value2"

        Returns:
        Returns a reference to this object so that method calls can be chained together.