Interface Entitlement.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Entitlement.Builder,Entitlement>, SdkBuilder<Entitlement.Builder,Entitlement>, SdkPojo
Enclosing class:
Entitlement

public static interface Entitlement.Builder extends SdkPojo, CopyableBuilder<Entitlement.Builder,Entitlement>
  • Method Details

    • dataTransferSubscriberFeePercent

      Entitlement.Builder dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
      Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
      Parameters:
      dataTransferSubscriberFeePercent - Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      Entitlement.Builder description(String description)
      A description of the entitlement.
      Parameters:
      description - A description of the entitlement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryption

      Entitlement.Builder encryption(Encryption encryption)
      The type of encryption that will be used on the output that is associated with this entitlement.
      Parameters:
      encryption - The type of encryption that will be used on the output that is associated with this entitlement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryption

      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. This is a convenience method that creates an instance of the 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).

      Parameters:
      encryption - a consumer that will call methods on Encryption.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • entitlementArn

      Entitlement.Builder entitlementArn(String entitlementArn)
      The ARN of the entitlement.
      Parameters:
      entitlementArn - The ARN of the entitlement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entitlementStatus

      Entitlement.Builder entitlementStatus(String entitlementStatus)
      An indication of whether the entitlement is enabled.
      Parameters:
      entitlementStatus - An indication of whether the entitlement is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • entitlementStatus

      Entitlement.Builder entitlementStatus(EntitlementStatus entitlementStatus)
      An indication of whether the entitlement is enabled.
      Parameters:
      entitlementStatus - An indication of whether the entitlement is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the entitlement.
      Parameters:
      name - The name of the entitlement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscribers

      Entitlement.Builder subscribers(Collection<String> 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.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscribers

      Entitlement.Builder subscribers(String... 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.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.