public static interface Entitlement.Builder extends SdkPojo, CopyableBuilder<Entitlement.Builder,Entitlement>
Modifier and Type | Method and Description |
---|---|
Entitlement.Builder |
description(String description)
A description of the entitlement.
|
default 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 |
encryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
Entitlement.Builder |
entitlementArn(String entitlementArn)
The ARN of the entitlement.
|
Entitlement.Builder |
name(String name)
The name of the entitlement.
|
Entitlement.Builder |
subscribers(Collection<String> subscribers)
The AWS account IDs that you want to share your content with.
|
Entitlement.Builder |
subscribers(String... subscribers)
The AWS account IDs that you want to share your content with.
|
copy
applyMutation, build
Entitlement.Builder description(String description)
description
- A description of the entitlement.Entitlement.Builder encryption(Encryption encryption)
encryption
- The type of encryption that will be used on the output that is associated with this entitlement.default Entitlement.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)
Entitlement.Builder entitlementArn(String entitlementArn)
entitlementArn
- The ARN of the entitlement.Entitlement.Builder name(String name)
name
- The name of the entitlement.Entitlement.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 flow using your content as the source.Entitlement.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 flow using your content as the source.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.