public static interface Entitlement.Builder extends SdkPojo, CopyableBuilder<Entitlement.Builder,Entitlement>
| Modifier and Type | Method and Description |
|---|---|
Entitlement.Builder |
dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
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 |
entitlementStatus(EntitlementStatus entitlementStatus)
An indication of whether the entitlement is enabled.
|
Entitlement.Builder |
entitlementStatus(String entitlementStatus)
An indication of whether the entitlement is enabled.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntitlement.Builder dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
dataTransferSubscriberFeePercent - Percentage from 0-100 of the data transfer cost to be billed to the subscriber.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.Builderencryption(Encryption)Entitlement.Builder entitlementArn(String entitlementArn)
entitlementArn - The ARN of the entitlement.Entitlement.Builder entitlementStatus(String entitlementStatus)
entitlementStatus - An indication of whether the entitlement is enabled.EntitlementStatus,
EntitlementStatusEntitlement.Builder entitlementStatus(EntitlementStatus entitlementStatus)
entitlementStatus - An indication of whether the entitlement is enabled.EntitlementStatus,
EntitlementStatusEntitlement.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 © 2021. All rights reserved.