| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static Entitlement.Builder |
Entitlement.builder() |
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.name(String name)
The name of the entitlement.
|
Entitlement.Builder |
Entitlement.Builder.subscribers(Collection<String> subscribers)
The AWS account IDs that you want to share your content with.
|
Entitlement.Builder |
Entitlement.Builder.subscribers(String... subscribers)
The AWS account IDs that you want to share your content with.
|
Entitlement.Builder |
Entitlement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Entitlement.Builder> |
Entitlement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFlowEntitlementResponse.Builder |
UpdateFlowEntitlementResponse.Builder.entitlement(Consumer<Entitlement.Builder> entitlement)
Sets the value of the Entitlement property for this object.
|
Copyright © 2018. All rights reserved.