Interface GrantEntitlementRequest.Builder

    • Method Detail

      • dataTransferSubscriberFeePercent

        GrantEntitlementRequest.Builder dataTransferSubscriberFeePercent​(Integer dataTransferSubscriberFeePercent)
        Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
        Parameters:
        dataTransferSubscriberFeePercent - Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

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

        GrantEntitlementRequest.Builder encryption​(Encryption encryption)
        The type of encryption that will be used on the output that is associated with this entitlement. Allowable encryption types: static-key, speke.
        Parameters:
        encryption - The type of encryption that will be used on the output that is 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.
      • entitlementStatus

        GrantEntitlementRequest.Builder entitlementStatus​(String entitlementStatus)
        An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.
        Parameters:
        entitlementStatus - An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EntitlementStatus, EntitlementStatus
      • entitlementStatus

        GrantEntitlementRequest.Builder entitlementStatus​(EntitlementStatus entitlementStatus)
        An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.
        Parameters:
        entitlementStatus - An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EntitlementStatus, EntitlementStatus
      • name

        GrantEntitlementRequest.Builder name​(String name)
        The name of the entitlement. This value must be unique within the current flow.
        Parameters:
        name - The name of the entitlement. This value must be unique within the current flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribers

        GrantEntitlementRequest.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 flows 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 flows using your content as the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribers

        GrantEntitlementRequest.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 flows 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 flows using your content as the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.