Interface UpdateFlowEntitlementRequest.Builder

    • Method Detail

      • description

        UpdateFlowEntitlementRequest.Builder description​(String description)
        A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user.
        Parameters:
        description - A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encryption

        UpdateFlowEntitlementRequest.Builder encryption​(UpdateEncryption encryption)
        The type of encryption that will be used on the output associated with this entitlement. Allowable encryption types: static-key, speke.
        Parameters:
        encryption - The type of encryption that will be used on the output associated with this entitlement. Allowable encryption types: static-key, speke.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entitlementArn

        UpdateFlowEntitlementRequest.Builder entitlementArn​(String entitlementArn)
        The ARN of the entitlement that you want to update.
        Parameters:
        entitlementArn - The ARN of the entitlement that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entitlementStatus

        UpdateFlowEntitlementRequest.Builder entitlementStatus​(String entitlementStatus)
        An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged.
        Parameters:
        entitlementStatus - An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EntitlementStatus, EntitlementStatus
      • entitlementStatus

        UpdateFlowEntitlementRequest.Builder entitlementStatus​(EntitlementStatus entitlementStatus)
        An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged.
        Parameters:
        entitlementStatus - An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EntitlementStatus, EntitlementStatus
      • flowArn

        UpdateFlowEntitlementRequest.Builder flowArn​(String flowArn)
        The flow that is associated with the entitlement that you want to update.
        Parameters:
        flowArn - The flow that is associated with the entitlement that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribers

        UpdateFlowEntitlementRequest.Builder subscribers​(Collection<String> subscribers)
        The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.
        Parameters:
        subscribers - The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribers

        UpdateFlowEntitlementRequest.Builder subscribers​(String... subscribers)
        The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.
        Parameters:
        subscribers - The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.