Interface CreateAppInstanceAdminResponse.Builder

    • Method Detail

      • appInstanceAdmin

        CreateAppInstanceAdminResponse.Builder appInstanceAdmin​(Identity appInstanceAdmin)

        The ARN and name of the administrator, the ARN of the AppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.

        Parameters:
        appInstanceAdmin - The ARN and name of the administrator, the ARN of the AppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appInstanceArn

        CreateAppInstanceAdminResponse.Builder appInstanceArn​(String appInstanceArn)

        The ARN of the of the admin for the AppInstance.

        Parameters:
        appInstanceArn - The ARN of the of the admin for the AppInstance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.