static Entitlement.Builder |
Entitlement.builder() |
|
Entitlement.Builder |
Entitlement.Builder.dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent) |
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
Entitlement.Builder |
Entitlement.Builder.description(String description) |
A description of the entitlement.
|
default Entitlement.Builder |
Entitlement.Builder.encryption(Consumer<Encryption.Builder> encryption) |
The type of encryption that will be used on the output that is associated with this entitlement.
|
Entitlement.Builder |
Entitlement.Builder.encryption(Encryption encryption) |
The type of encryption that will be used on the output that is associated with this entitlement.
|
Entitlement.Builder |
Entitlement.Builder.entitlementArn(String entitlementArn) |
The ARN of the entitlement.
|
Entitlement.Builder |
Entitlement.Builder.entitlementStatus(String entitlementStatus) |
An indication of whether the entitlement is enabled.
|
Entitlement.Builder |
Entitlement.Builder.entitlementStatus(EntitlementStatus entitlementStatus) |
An indication of whether the entitlement is enabled.
|
Entitlement.Builder |
Entitlement.Builder.name(String name) |
The name of the entitlement.
|
Entitlement.Builder |
Entitlement.Builder.subscribers(String... subscribers) |
The AWS account IDs that you want to share your content with.
|
Entitlement.Builder |
Entitlement.Builder.subscribers(Collection<String> subscribers) |
The AWS account IDs that you want to share your content with.
|
Entitlement.Builder |
Entitlement.toBuilder() |
|