Interface CreateOriginEndpointResponse.Builder

    • Method Detail

      • arn

        CreateOriginEndpointResponse.Builder arn​(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.
      • channelGroupName

        CreateOriginEndpointResponse.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

        CreateOriginEndpointResponse.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

        CreateOriginEndpointResponse.Builder originEndpointName​(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.
      • containerType

        CreateOriginEndpointResponse.Builder containerType​(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, ContainerType
      • segment

        CreateOriginEndpointResponse.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.
      • createdAt

        CreateOriginEndpointResponse.Builder createdAt​(Instant 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.
      • modifiedAt

        CreateOriginEndpointResponse.Builder modifiedAt​(Instant 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.
      • description

        CreateOriginEndpointResponse.Builder description​(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.
      • startoverWindowSeconds

        CreateOriginEndpointResponse.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.

        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.
      • hlsManifests

        CreateOriginEndpointResponse.Builder hlsManifests​(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.
      • lowLatencyHlsManifests

        CreateOriginEndpointResponse.Builder lowLatencyHlsManifests​(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.
      • tags

        CreateOriginEndpointResponse.Builder tags​(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.