Interface AddonSubscription.Builder

    • Method Detail

      • addonName

        AddonSubscription.Builder addonName​(String addonName)

        The name of the Add On.

        Parameters:
        addonName - The name of the Add On.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addonSubscriptionArn

        AddonSubscription.Builder addonSubscriptionArn​(String addonSubscriptionArn)

        The Amazon Resource Name (ARN) of the Add On subscription.

        Parameters:
        addonSubscriptionArn - The Amazon Resource Name (ARN) of the Add On subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addonSubscriptionId

        AddonSubscription.Builder addonSubscriptionId​(String addonSubscriptionId)

        The unique ID of the Add On subscription.

        Parameters:
        addonSubscriptionId - The unique ID of the Add On subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        AddonSubscription.Builder createdTimestamp​(Instant createdTimestamp)

        The timestamp of when the Add On subscription was created.

        Parameters:
        createdTimestamp - The timestamp of when the Add On subscription was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.