public static interface GrantEntitlementRequest.Builder extends SdkPojo, CopyableBuilder<GrantEntitlementRequest.Builder,GrantEntitlementRequest>
| Modifier and Type | Method and Description |
|---|---|
GrantEntitlementRequest.Builder |
dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
GrantEntitlementRequest.Builder |
description(String description)
A description of the entitlement.
|
default GrantEntitlementRequest.Builder |
encryption(Consumer<Encryption.Builder> encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
GrantEntitlementRequest.Builder |
encryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
GrantEntitlementRequest.Builder |
entitlementStatus(EntitlementStatus entitlementStatus)
An indication of whether the new entitlement should be enabled or disabled as soon as it is created.
|
GrantEntitlementRequest.Builder |
entitlementStatus(String entitlementStatus)
An indication of whether the new entitlement should be enabled or disabled as soon as it is created.
|
GrantEntitlementRequest.Builder |
name(String name)
The name of the entitlement.
|
GrantEntitlementRequest.Builder |
subscribers(Collection<String> subscribers)
The AWS account IDs that you want to share your content with.
|
GrantEntitlementRequest.Builder |
subscribers(String... subscribers)
The AWS account IDs that you want to share your content with.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGrantEntitlementRequest.Builder dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
dataTransferSubscriberFeePercent - Percentage from 0-100 of the data transfer cost to be billed to the subscriber.GrantEntitlementRequest.Builder description(String description)
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.GrantEntitlementRequest.Builder encryption(Encryption encryption)
encryption - The type of encryption that will be used on the output that is associated with this entitlement.default GrantEntitlementRequest.Builder encryption(Consumer<Encryption.Builder> encryption)
Encryption.Builder avoiding the need to create one
manually via Encryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to encryption(Encryption).encryption - a consumer that will call methods on Encryption.Builderencryption(Encryption)GrantEntitlementRequest.Builder entitlementStatus(String 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.EntitlementStatus,
EntitlementStatusGrantEntitlementRequest.Builder entitlementStatus(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.EntitlementStatus,
EntitlementStatusGrantEntitlementRequest.Builder name(String name)
name - The name of the entitlement. This value must be unique within the current flow.GrantEntitlementRequest.Builder subscribers(Collection<String> subscribers)
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.GrantEntitlementRequest.Builder subscribers(String... subscribers)
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.Copyright © 2022. All rights reserved.