Interface AddonInstance.Builder

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

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

    • addonInstanceArn

      AddonInstance.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.
    • addonInstanceId

      AddonInstance.Builder addonInstanceId(String addonInstanceId)

      The unique ID of the Add On instance.

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

      AddonInstance.Builder addonName(String addonName)

      The name of the Add On for the instance.

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

      AddonInstance.Builder addonSubscriptionId(String addonSubscriptionId)

      The subscription ID for the instance.

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

      AddonInstance.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.