Interface UpdateSubscriptionRequest.Builder

    • Method Detail

      • autoRenew

        UpdateSubscriptionRequest.Builder autoRenew​(String autoRenew)

        When you initally create a subscription, AutoRenew is set to ENABLED. If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.

        Parameters:
        autoRenew - When you initally create a subscription, AutoRenew is set to ENABLED. If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoRenew, AutoRenew
      • autoRenew

        UpdateSubscriptionRequest.Builder autoRenew​(AutoRenew autoRenew)

        When you initally create a subscription, AutoRenew is set to ENABLED. If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.

        Parameters:
        autoRenew - When you initally create a subscription, AutoRenew is set to ENABLED. If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoRenew, AutoRenew