Interface ListedEntitlement.Builder

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

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

    • dataTransferSubscriberFeePercent

      ListedEntitlement.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.
    • entitlementArn

      ListedEntitlement.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.
    • entitlementName

      ListedEntitlement.Builder entitlementName(String entitlementName)
      The name of the entitlement.
      Parameters:
      entitlementName - The name of the entitlement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.