static GrantEntitlementRequest.Builder |
GrantEntitlementRequest.builder() |
|
GrantEntitlementRequest.Builder |
GrantEntitlementRequest.Builder.dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent) |
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
GrantEntitlementRequest.Builder |
GrantEntitlementRequest.Builder.description(String description) |
A description of the entitlement.
|
default GrantEntitlementRequest.Builder |
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 |
GrantEntitlementRequest.Builder.encryption(Encryption encryption) |
The type of encryption that will be used on the output that is associated with this entitlement.
|
GrantEntitlementRequest.Builder |
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 |
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 |
GrantEntitlementRequest.Builder.name(String name) |
The name of the entitlement.
|
GrantEntitlementRequest.Builder |
GrantEntitlementRequest.Builder.subscribers(String... subscribers) |
The AWS account IDs that you want to share your content with.
|
GrantEntitlementRequest.Builder |
GrantEntitlementRequest.Builder.subscribers(Collection<String> subscribers) |
The AWS account IDs that you want to share your content with.
|
GrantEntitlementRequest.Builder |
GrantEntitlementRequest.toBuilder() |
|