public static interface GrantEntitlementRequest.Builder extends SdkPojo, CopyableBuilder<GrantEntitlementRequest.Builder,GrantEntitlementRequest>
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
copy
applyMutation, build
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.Builder
encryption(Encryption)
GrantEntitlementRequest.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.