Interface Channel.Builder

    • Method Detail

      • arn

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

        Channel.Builder createdAt​(String 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.
      • description

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

        Channel.Builder egressAccessLogs​(EgressAccessLogs egressAccessLogs)
        Sets the value of the EgressAccessLogs property for this object.
        Parameters:
        egressAccessLogs - The new value for the EgressAccessLogs property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hlsIngest

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

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

        Channel.Builder ingressAccessLogs​(IngressAccessLogs ingressAccessLogs)
        Sets the value of the IngressAccessLogs property for this object.
        Parameters:
        ingressAccessLogs - The new value for the IngressAccessLogs property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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