Interface GetAddonInstanceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetAddonInstanceResponse.Builder,GetAddonInstanceResponse>, MailManagerResponse.Builder, SdkBuilder<GetAddonInstanceResponse.Builder,GetAddonInstanceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetAddonInstanceResponse

public static interface GetAddonInstanceResponse.Builder extends MailManagerResponse.Builder, SdkPojo, CopyableBuilder<GetAddonInstanceResponse.Builder,GetAddonInstanceResponse>
  • 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.