Interface GetAddonInstanceResponse.Builder

  • Method Details

    • addonInstanceArn

      GetAddonInstanceResponse.Builder addonInstanceArn(String addonInstanceArn)

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

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

      The name of the Add On provider associated to the subscription of the instance.

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

      GetAddonInstanceResponse.Builder addonSubscriptionId(String addonSubscriptionId)

      The subscription ID associated to the instance.

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

      GetAddonInstanceResponse.Builder createdTimestamp(Instant createdTimestamp)

      The timestamp of when the Add On instance was created.

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